Converted u8_t to uint8_t and u16_t to uint16_t in the docs and tools directories.
This commit is contained in:
parent
680225e99d
commit
aa67ad67cc
16 changed files with 66 additions and 62 deletions
|
@ -29,7 +29,7 @@ PROCESS(example_packet_driver_process, "Example packet driver process");
|
|||
* The packet is located in the uip_buf[] buffer, and the length of the
|
||||
* packet is in the uip_len variable.
|
||||
*/
|
||||
u8_t
|
||||
uint8_t
|
||||
example_packet_driver_output(void)
|
||||
{
|
||||
let_the_hardware_send_the_packet(uip_buf, uip_len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue