Changed all occurences of u8_t and u16_t to uint8_t and uint16_t

This commit is contained in:
adamdunkels 2008-02-24 22:05:27 +00:00
parent 17f13e38e8
commit d99ca27820
47 changed files with 222 additions and 222 deletions

View file

@ -33,7 +33,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: route.c,v 1.11 2008/01/08 07:58:23 adamdunkels Exp $
* $Id: route.c,v 1.12 2008/02/24 22:05:27 adamdunkels Exp $
*/
/**
@ -97,7 +97,7 @@ route_init(void)
/*---------------------------------------------------------------------------*/
int
route_add(rimeaddr_t *dest, rimeaddr_t *nexthop,
u8_t hop_count, u8_t seqno)
uint8_t hop_count, uint8_t seqno)
{
struct route_entry *e;