diff --git a/cores/esp8266/Arduino.h b/cores/esp8266/Arduino.h index f75f9ebf1..19c25e899 100644 --- a/cores/esp8266/Arduino.h +++ b/cores/esp8266/Arduino.h @@ -108,6 +108,7 @@ void ets_intr_unlock(); typedef unsigned int word; #define bit(b) (1UL << (b)) +#define _BV(b) (1UL << (b)) typedef uint8_t boolean; typedef uint8_t byte;