mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-09 03:41:41 +03:00
* Make stopWaveform call interrupt callable Match the behavior of pre-2.4.2 PWM by allowing stopWaveform to be called from an interrupt. Fixes #5247 * Move to O2, save ~500 bytes of code The actual runtime difference of -O2 vs -O3 is quite small, but -O3 takes ~500 more bytes of code (~300 more in IRAM, ~200 more in PMEM).