1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-15 00:02:49 +03:00

Revert c_types.h

bool, true, and false are defined in stdbool.h
This commit is contained in:
Ivan Grokhotkov
2015-04-23 21:45:34 +08:00
parent db86766b36
commit c079ee1cf2

View File

@ -74,10 +74,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