Skip to content

Commit a7508f7

Browse files
committed
STM32WB BLE: remove mbed.h
1 parent d28b875 commit a7508f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectivity/drivers/ble/FEATURE_BLE/TARGET_STM32WB/HCIDriver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include "ble/common/blecommon.h"
2121
#include "ble/driver/CordioHCIDriver.h"
2222
#include "ble/driver/CordioHCITransportDriver.h"
23-
#include "mbed.h"
23+
#include "rtos/Semaphore.h"
2424
#include "hci_api.h"
2525
#include "hci_cmd.h"
2626
#include "hci_core.h"

0 commit comments

Comments
 (0)