[Pager] Fixed deprecation warning for ESP

This commit is contained in:
jgromes 2023-04-22 20:37:42 +02:00
parent 61f6da0cb2
commit 767a2b006a

View file

@ -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) {