include esp_attr.h where IRAM_ATTR is used (#952)
* Update LoRaWAN.cpp * Update Pager.cpp
This commit is contained in:
parent
bce14023f9
commit
7945ffb996
2 changed files with 7 additions and 0 deletions
src/protocols
|
@ -1,5 +1,8 @@
|
|||
#include "LoRaWAN.h"
|
||||
#include <string.h>
|
||||
#if defined(ESP8266) || defined(ESP32)
|
||||
#include "esp_attr.h"
|
||||
#endif
|
||||
|
||||
#if !RADIOLIB_EXCLUDE_LORAWAN
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue