Skip to content

Commit 81a44fc

Browse files
committed
STM32WL: use correct include path
1 parent 699edff commit 81a44fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

connectivity/drivers/lora/TARGET_STM32WL/STM32WL_LoRaRadio.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ SPDX-License-Identifier: BSD-3-Clause
3535
#ifndef MBED_LORA_RADIO_DRV_STM32WL_LORARADIO_H_
3636
#define MBED_LORA_RADIO_DRV_STM32WL_LORARADIO_H_
3737

38-
#include "mbed_critical.h"
39-
#include "DigitalOut.h"
38+
#include "platform/mbed_critical.h"
39+
#include "drivers/DigitalOut.h"
4040
#include "platform/PlatformMutex.h"
41-
#include "STM32WL_radio_driver.h"
4241
#include "lorawan/LoRaRadio.h"
4342

43+
#include "STM32WL_radio_driver.h"
44+
4445
// Data buffer used for both TX and RX
4546
// Size of this buffer is configurable via Mbed config system
4647
// Default is 255 bytes

0 commit comments

Comments
 (0)