Added include guards and removed unused includes

This commit is contained in:
Jindra Dolezy
2015-04-11 00:35:55 +02:00
parent a3e8a6e287
commit a1b8b82816
5 changed files with 15 additions and 2118 deletions
+5
View File
@@ -1,2 +1,7 @@
#ifndef IO_H
#define IO_H
void ICACHE_FLASH_ATTR ioLed(int ena);
void ioInit(void);
#endif
+5
View File
@@ -1 +1,6 @@
#ifndef STDOUT_H
#define STDOUT_H
void stdoutInit();
#endif