forked from plerup/espsoftwareserial
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify ESP32/ESP8266 use of IRAM_ATTR
Replace ICACHE_RAM_ATTR with IRAM_ATTR in the few places it was still present, to unify the ESP32 and ESP8266 codepaths. ESP8266 core is deprecating the ICACHE_RAM_ATTR define in 3.0.0: esp8266/Arduino#7921
- Loading branch information
1 parent
3b5a878
commit 94c1c57
Showing
3 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters