Merge pull request #14419 from jeromecoutant/PR_MBEDH

STM32: remove mbed.h include in connectivity
pull/14435/head
Martin Kojtal 2021-03-12 10:55:32 +00:00 committed by GitHub
commit 1cb25da7ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -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"