mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-06 05:21:22 +03:00
This is required per the non-OS SDK doc, which states: "Using non-OS SDK, please do not call any function defined with ICACHE_FLASH_ATTR in the interrupt handler." This avoids an "Illegal instruction" exception with epc1 pointing at a valid instruction (in flash) for one of the moved methods.