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
|
@ -43,8 +43,8 @@
|
|||
#include "net/uip.h"
|
||||
|
||||
void hc_init(void);
|
||||
int hc_compress(u8_t *buf, int len);
|
||||
int hc_inflate(u8_t *buf, int len);
|
||||
int hc_compress(uint8_t *buf, int len);
|
||||
int hc_inflate(uint8_t *buf, int len);
|
||||
|
||||
#define HC_HLEN 6
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue