We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699edff commit 81a44fcCopy full SHA for 81a44fc
connectivity/drivers/lora/TARGET_STM32WL/STM32WL_LoRaRadio.h
@@ -35,12 +35,13 @@ SPDX-License-Identifier: BSD-3-Clause
35
#ifndef MBED_LORA_RADIO_DRV_STM32WL_LORARADIO_H_
36
#define MBED_LORA_RADIO_DRV_STM32WL_LORARADIO_H_
37
38
-#include "mbed_critical.h"
39
-#include "DigitalOut.h"
+#include "platform/mbed_critical.h"
+#include "drivers/DigitalOut.h"
40
#include "platform/PlatformMutex.h"
41
-#include "STM32WL_radio_driver.h"
42
#include "lorawan/LoRaRadio.h"
43
+#include "STM32WL_radio_driver.h"
44
+
45
// Data buffer used for both TX and RX
46
// Size of this buffer is configurable via Mbed config system
47
// Default is 255 bytes
0 commit comments