Converted u8_t to uint8_t and u16_t to uint16_t in the examples directory.
This commit is contained in:
parent
efab964451
commit
a561d20828
17 changed files with 66 additions and 66 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue