Improved samle code.

This commit is contained in:
oliverschmidt 2007-05-22 21:03:03 +00:00
parent 00b1e371cf
commit a250698b71
2 changed files with 29 additions and 0 deletions

View file

@ -33,6 +33,11 @@ u8_t
example_packet_driver_output(void)
{
let_the_hardware_send_the_packet(uip_buf, uip_len);
/*
* An network device driver returns always zero.
*/
return 0;
}
/*---------------------------------------------------------------------------*/
/*