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
|
@ -19,6 +19,6 @@ PROCESS_NAME(example_packet_driver_process);
|
|||
/*
|
||||
* Finally we declare the output function for use with uIP packet forwarding.
|
||||
*/
|
||||
u8_t example_packet_driver_output(void);
|
||||
uint8_t example_packet_driver_output(void);
|
||||
|
||||
#endif /* __EXAMPLE_PACKET_DRV_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue