From f8ad018e14d18430448e632a9e8045e1f40a59dc Mon Sep 17 00:00:00 2001 From: "andreas.larsson" Date: Tue, 27 Sep 2016 12:13:41 +0200 Subject: [PATCH] Added --- .../TARGET_STM32F4/TARGET_UBLOX_C029/wifi_emac_api.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hal/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_C029/wifi_emac_api.h 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