Skip to content

Commit c079ee1

Browse files
committed
Revert c_types.h
bool, true, and false are defined in stdbool.h
1 parent db86766 commit c079ee1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,7 @@ typedef enum {
7474
#endif /* ICACHE_FLASH */
7575

7676
#ifndef __cplusplus
77-
//typedef unsigned char bool;
7877
#define BOOL bool
79-
//#define true (1)
80-
//#define false (0)
8178
#define TRUE true
8279
#define FALSE false
8380

0 commit comments

Comments
 (0)