fixed include file to not declare send function

This commit is contained in:
Joakim Eriksson 2017-09-23 20:09:03 +02:00
parent 48049f120c
commit dd1dd89c11
1 changed files with 0 additions and 7 deletions

View File

@ -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_ */