mirror of
https://github.com/sandeepmistry/arduino-LoRa.git
synced 2025-06-06 23:01:00 +03:00
Merge pull request #284 from Paraphraser/isr-prefix-fix
Corrects conditional compilation problem on ESP8266 and ESP32
This commit is contained in:
commit
5a26c3258b
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
#define MAX_PKT_LENGTH 255
|
#define MAX_PKT_LENGTH 255
|
||||||
|
|
||||||
#ifdef ESP8266 || ESP32
|
#if (ESP8266 || ESP32)
|
||||||
#define ISR_PREFIX ICACHE_RAM_ATTR
|
#define ISR_PREFIX ICACHE_RAM_ATTR
|
||||||
#else
|
#else
|
||||||
#define ISR_PREFIX
|
#define ISR_PREFIX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user