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:15:46 +00:00
parent 974870359a
commit ad2a8e5e97
5 changed files with 11 additions and 11 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: example-collect.c,v 1.1 2008/01/25 18:00:50 adamdunkels Exp $
* $Id: example-collect.c,v 1.2 2008/02/24 22:15:46 adamdunkels Exp $
*/
/**
@ -86,7 +86,7 @@ PROCESS_THREAD(depth_blink_process, ev, data)
}
/*---------------------------------------------------------------------------*/
static void
recv(rimeaddr_t *originator, u8_t seqno, u8_t hops)
recv(rimeaddr_t *originator, uint8_t seqno, uint8_t hops)
{
printf("Sink got message from %d.%d, seqno %d, hops %d: len %d '%s'\n",
originator->u8[0], originator->u8[1],