diff --git a/cores/esp8266/core_esp8266_waveform.cpp b/cores/esp8266/core_esp8266_waveform.cpp index bd9667cf72..1ecc4e05ba 100644 --- a/cores/esp8266/core_esp8266_waveform.cpp +++ b/cores/esp8266/core_esp8266_waveform.cpp @@ -176,12 +176,7 @@ int ICACHE_RAM_ATTR stopWaveform(uint8_t pin) { if (!timerRunning) { return false; } - // If user sends in a pin >16 but <32, this will always point to a 0 bit - // If they send >=32, then the shift will result in 0 and it will also return false uint32_t mask = 1< microsecondsToClockCycles(10)) {