Skip to content

Commit 478f928

Browse files
committed
Merge pull request #193 from ficeto/esp8266
bool redeclaration error and warnings
2 parents 102c824 + 0018e30 commit 478f928

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hardware/tools/esp8266/sdk/include/c_types.h

-3
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,7 @@ typedef enum {
7676
#endif /* ICACHE_FLASH */
7777

7878
#ifndef __cplusplus
79-
typedef unsigned char bool;
8079
#define BOOL bool
81-
#define true (1)
82-
#define false (0)
8380
#define TRUE true
8481
#define FALSE false
8582

0 commit comments

Comments
 (0)