[Pager] Fixed deprecation warning for ESP
This commit is contained in:
parent
61f6da0cb2
commit
767a2b006a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ static PhysicalLayer* readBitInstance = NULL;
|
|||
static uint32_t readBitPin = RADIOLIB_NC;
|
||||
|
||||
#if defined(ESP8266) || defined(ESP32)
|
||||
ICACHE_RAM_ATTR
|
||||
IRAM_ATTR
|
||||
#endif
|
||||
static void PagerClientReadBit(void) {
|
||||
if(readBitInstance) {
|
||||
|
|
Loading…
Add table
Reference in a new issue