From dd1dd89c110b6795ee7c33742aebc36e8abe7943 Mon Sep 17 00:00:00 2001 From: Joakim Eriksson Date: Sat, 23 Sep 2017 20:09:03 +0200 Subject: [PATCH] fixed include file to not declare send function --- arch/platform/cooja/net/uip-driver.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/arch/platform/cooja/net/uip-driver.h b/arch/platform/cooja/net/uip-driver.h index a711313b8..ea0a43e42 100644 --- a/arch/platform/cooja/net/uip-driver.h +++ b/arch/platform/cooja/net/uip-driver.h @@ -40,13 +40,6 @@ #define UIP_DRIVER_H_ #include "net/netstack.h" - -#if NETSTACK_CONF_WITH_IPV6 -uint8_t uip_driver_send(const uip_lladdr_t *); -#else -uint8_t uip_driver_send(void); -#endif - extern const struct network_driver uip_driver; #endif /* UIP_DRIVER_H_ */