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

@ -236,7 +236,7 @@ webclient_connected(void)
* has arrived.
*/
void
webclient_datahandler(char *data, u16_t len)
webclient_datahandler(char *data, uint16_t len)
{
static unsigned long dload_bytes;
int ret;