1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-09 22:24:14 +03:00

Merge pull request #193 from ficeto/esp8266

bool redeclaration error and warnings
This commit is contained in:
Ivan Grokhotkov
2015-05-07 12:07:14 +03:00

View File

@@ -76,10 +76,7 @@ typedef enum {
#endif /* ICACHE_FLASH */
#ifndef __cplusplus
typedef unsigned char bool;
#define BOOL bool
#define true (1)
#define false (0)
#define TRUE true
#define FALSE false