This commit is contained in:
oliverschmidt 2007-05-22 21:45:31 +00:00
parent 2e1ac205e2
commit de40d627c7
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ example_packet_driver_output(void)
let_the_hardware_send_the_packet(uip_buf, uip_len);
/*
* An network device driver returns always zero.
* A network device driver returns always zero.
*/
return 0;
}