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
|
@ -1,6 +1,6 @@
|
|||
#ifndef IP_PROCESS_H
|
||||
#define IP_PROCESS_H
|
||||
|
||||
u16_t ip_process(unsigned char *buf, unsigned int len);
|
||||
uint16_t ip_process(unsigned char *buf, unsigned int len);
|
||||
|
||||
#endif /* IP_PROCESS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue