include esp_attr.h where IRAM_ATTR is used ()

* Update LoRaWAN.cpp

* Update Pager.cpp
This commit is contained in:
Olivér Remény 2024-02-02 16:57:43 +01:00 committed by GitHub
parent bce14023f9
commit 7945ffb996
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions
src/protocols

View file

@ -1,5 +1,8 @@
#include "LoRaWAN.h"
#include <string.h>
#if defined(ESP8266) || defined(ESP32)
#include "esp_attr.h"
#endif
#if !RADIOLIB_EXCLUDE_LORAWAN

View file

@ -1,6 +1,10 @@
#include "Pager.h"
#include <string.h>
#include <math.h>
#if defined(ESP8266) || defined(ESP32)
#include "esp_attr.h"
#endif
#if !RADIOLIB_EXCLUDE_PAGER
#if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE