You've already forked arduino-LoRa
mirror of
https://github.com/sandeepmistry/arduino-LoRa.git
synced 2025-08-13 14:42:26 +03:00
Merge pull request #284 from Paraphraser/isr-prefix-fix
Corrects conditional compilation problem on ESP8266 and ESP32
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user