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
|
@ -644,8 +644,8 @@ void uip_log(char *msg);
|
|||
#define UIP_APPCALL httpd_appcall
|
||||
|
||||
struct httpd_state {
|
||||
u8_t state;
|
||||
u16_t count;
|
||||
uint8_t state;
|
||||
uint16_t count;
|
||||
char *dataptr;
|
||||
char *script;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue