Converted deprecated uIP types in the network stack to standard C99 names (in stdint.h)
This commit is contained in:
parent
022d7193d1
commit
3fe55673d3
39 changed files with 572 additions and 572 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
#include "uip.h"
|
||||
|
||||
int tcpdump_format(u8_t *packet, u16_t packetlen,
|
||||
char *printbuf, u16_t printbuflen);
|
||||
int tcpdump_format(uint8_t *packet, uint16_t packetlen,
|
||||
char *printbuf, uint16_t printbuflen);
|
||||
|
||||
#endif /* __TCPDUMP_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue