Skip to content

Commit 0018e30

Browse files
ficetoficeto
ficeto
authored and
ficeto
committed
fixing bool redeclaration errors and warnings
1 parent 56e437b commit 0018e30

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)