diff --git a/hal/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_C029/wifi_emac_api.h b/hal/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_C029/wifi_emac_api.h new file mode 100644 index 0000000000..4401c6dfb1 --- /dev/null +++ b/hal/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_C029/wifi_emac_api.h @@ -0,0 +1,8 @@ +#include "emac_api.h" + +#ifndef WIFI_EMAC_API_H +#define WIFI_EMAC_API_H + +emac_interface_t* get_emac_interface(); + +#endif