Converted u8_t to uint8_t and u16_t to uint16_t in the examples directory.

This commit is contained in:
Nicholas J Humfrey 2012-02-20 19:20:03 +00:00 committed by Mariano Alvira
parent efab964451
commit a561d20828
17 changed files with 66 additions and 66 deletions

View file

@ -138,7 +138,7 @@ PROCESS_THREAD(wget_process, ev, data)
}
/*---------------------------------------------------------------------------*/
void
webclient_datahandler(char *data, u16_t len)
webclient_datahandler(char *data, uint16_t len)
{
if(len == 0) {
#if STATS