Added include guards and removed unused includes
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
#ifndef IO_H
|
||||
#define IO_H
|
||||
|
||||
void ICACHE_FLASH_ATTR ioLed(int ena);
|
||||
void ioInit(void);
|
||||
|
||||
#endif
|
||||
@@ -1 +1,6 @@
|
||||
#ifndef STDOUT_H
|
||||
#define STDOUT_H
|
||||
|
||||
void stdoutInit();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user