From d28b8757271786e0f4f63de83151bb2a325f0a62 Mon Sep 17 00:00:00 2001 From: jeromecoutant Date: Thu, 11 Mar 2021 14:36:35 +0100 Subject: [PATCH] STM32 EMAC: remove mbed.h --- connectivity/drivers/emac/TARGET_STM/stm32xx_emac.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/connectivity/drivers/emac/TARGET_STM/stm32xx_emac.cpp b/connectivity/drivers/emac/TARGET_STM/stm32xx_emac.cpp index a7c521f4a8..801caa30fe 100644 --- a/connectivity/drivers/emac/TARGET_STM/stm32xx_emac.cpp +++ b/connectivity/drivers/emac/TARGET_STM/stm32xx_emac.cpp @@ -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"