fix compiling ravenusb platform

This commit is contained in:
c_oflynn 2009-03-06 15:21:45 +00:00
parent 2289ced2bb
commit 41c19115d2

View file

@ -17,7 +17,8 @@ struct uip_stats uip_stat;
uip_lladdr_t uip_lladdr;
u8_t (* tcpip_output)(uip_lladdr_t *);
u8_t tcpip_output(uip_lladdr_t * lladdr){ return 0; }
void tcpip_set_outputfunc(u8_t (* f)(uip_lladdr_t *)) { return; }
u16_t htons(u16_t val) { return HTONS(val);}