Improved samle code.
This commit is contained in:
parent
00b1e371cf
commit
a250698b71
2 changed files with 29 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue