Update LoRaWAN.cpp

This commit is contained in:
Olivér Remény 2024-02-01 13:39:54 +01:00 committed by GitHub
parent 547328f375
commit 0b872e09bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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