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.
2 parents 6aef1af + a7508f7 commit 1cb25daCopy full SHA for 1cb25da
connectivity/drivers/ble/FEATURE_BLE/TARGET_STM32WB/HCIDriver.cpp
@@ -20,7 +20,7 @@
20
#include "ble/common/blecommon.h"
21
#include "ble/driver/CordioHCIDriver.h"
22
#include "ble/driver/CordioHCITransportDriver.h"
23
-#include "mbed.h"
+#include "rtos/Semaphore.h"
24
#include "hci_api.h"
25
#include "hci_cmd.h"
26
#include "hci_core.h"
connectivity/drivers/emac/TARGET_STM/stm32xx_emac.cpp
@@ -21,11 +21,12 @@
#include "cmsis_os.h"
#include "mbed_interface.h"
#include "mbed_assert.h"
27
#include "events/mbed_shared_queues.h"
28
#include "netsocket/nsapi_types.h"
+#include "platform/mbed_power_mgmt.h"
29
+#include "platform/mbed_error.h"
30
31
#include "stm32xx_emac_config.h"
32
#include "stm32xx_emac.h"
0 commit comments