[Pager] Fixed deprecation warning for ESP

pull/739/head
jgromes 2023-04-22 20:37:42 +02:00
rodzic 61f6da0cb2
commit 767a2b006a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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