diff --git a/cores/esp8266/interrupts.h b/cores/esp8266/interrupts.h index 78982fe45..813997447 100644 --- a/cores/esp8266/interrupts.h +++ b/cores/esp8266/interrupts.h @@ -24,7 +24,7 @@ extern "C" { class InterruptLock { public: InterruptLock() { - _state = = xt_rsil(15); + _state = xt_rsil(15); } ~InterruptLock() {