1
0
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:
Morgan 'ARR!' Allen 2019-09-01 12:28:02 -07:00 committed by GitHub
commit 5a26c3258b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@
#define MAX_PKT_LENGTH 255
#ifdef ESP8266 || ESP32
#if (ESP8266 || ESP32)
#define ISR_PREFIX ICACHE_RAM_ATTR
#else
#define ISR_PREFIX