Closed

Description
Hi!
I found a cli() (disable interrupts right?) call here:
Arduino/cores/esp8266/core_esp8266_waveform.c
Line 214 in 91bb97d
Is that needed at all? Why is it there? :)
It seems the only use in that source file, nowhere to re-enable interrupts, isn't that a problem?
Mostly trying to understand the code here, hope it's ok to have an issue for that :)
Thanks!