fixed include file to not declare send function
This commit is contained in:
parent
48049f120c
commit
dd1dd89c11
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user