diff --git a/connectivity/drivers/lora/TARGET_STM32WL/STM32WL_LoRaRadio.h b/connectivity/drivers/lora/TARGET_STM32WL/STM32WL_LoRaRadio.h index d4583f84f7..81c0a598c4 100644 --- a/connectivity/drivers/lora/TARGET_STM32WL/STM32WL_LoRaRadio.h +++ b/connectivity/drivers/lora/TARGET_STM32WL/STM32WL_LoRaRadio.h @@ -35,12 +35,13 @@ SPDX-License-Identifier: BSD-3-Clause #ifndef MBED_LORA_RADIO_DRV_STM32WL_LORARADIO_H_ #define MBED_LORA_RADIO_DRV_STM32WL_LORARADIO_H_ -#include "mbed_critical.h" -#include "DigitalOut.h" +#include "platform/mbed_critical.h" +#include "drivers/DigitalOut.h" #include "platform/PlatformMutex.h" -#include "STM32WL_radio_driver.h" #include "lorawan/LoRaRadio.h" +#include "STM32WL_radio_driver.h" + // Data buffer used for both TX and RX // Size of this buffer is configurable via Mbed config system // Default is 255 bytes