Converted deprecated uIP types in the network stack to standard C99 names (in stdint.h)

This commit is contained in:
Nicholas J Humfrey 2012-02-17 22:45:13 +00:00
parent 022d7193d1
commit 3fe55673d3
39 changed files with 572 additions and 572 deletions

View file

@ -40,7 +40,7 @@
#include "contiki-conf.h"
extern u16_t uip_slen;
extern uint16_t uip_slen;
#include "net/uip-udp-packet.h"