mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #14419 from jeromecoutant/PR_MBEDH
STM32: remove mbed.h include in connectivitypull/14435/head
commit
1cb25da7ae
|
@ -20,7 +20,7 @@
|
|||
#include "ble/common/blecommon.h"
|
||||
#include "ble/driver/CordioHCIDriver.h"
|
||||
#include "ble/driver/CordioHCITransportDriver.h"
|
||||
#include "mbed.h"
|
||||
#include "rtos/Semaphore.h"
|
||||
#include "hci_api.h"
|
||||
#include "hci_cmd.h"
|
||||
#include "hci_core.h"
|
||||
|
|
|
@ -21,11 +21,12 @@
|
|||
|
||||
#include "cmsis_os.h"
|
||||
|
||||
#include "mbed.h"
|
||||
#include "mbed_interface.h"
|
||||
#include "mbed_assert.h"
|
||||
#include "events/mbed_shared_queues.h"
|
||||
#include "netsocket/nsapi_types.h"
|
||||
#include "platform/mbed_power_mgmt.h"
|
||||
#include "platform/mbed_error.h"
|
||||
|
||||
#include "stm32xx_emac_config.h"
|
||||
#include "stm32xx_emac.h"
|
||||
|
|
Loading…
Reference in New Issue