diff --git a/cores/esp8266/Arduino.h b/cores/esp8266/Arduino.h index d7bb99f63d..34e5fb8fce 100644 --- a/cores/esp8266/Arduino.h +++ b/cores/esp8266/Arduino.h @@ -188,7 +188,7 @@ typedef uint16_t word; #define bit(b) (1UL << (b)) #define _BV(b) (1UL << (b)) -typedef uint8_t boolean; +typedef bool boolean; typedef uint8_t byte; void init(void);