Converted u8_t to uint8_t and u16_t to uint16_t in the apps directory.
This commit is contained in:
parent
1cda3da17e
commit
efab964451
61 changed files with 287 additions and 287 deletions
|
@ -152,7 +152,7 @@ static void
|
|||
connect(void)
|
||||
{
|
||||
uip_ipaddr_t addr, *addrptr;
|
||||
u16_t port;
|
||||
uint16_t port;
|
||||
char *cptr;
|
||||
struct uip_conn *conn;
|
||||
|
||||
|
@ -310,7 +310,7 @@ telnet_timedout(struct telnet_state *s)
|
|||
}
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
void
|
||||
telnet_newdata(struct telnet_state *s, char *data, u16_t len)
|
||||
telnet_newdata(struct telnet_state *s, char *data, uint16_t len)
|
||||
{
|
||||
petsciiconv_topetscii(data, len);
|
||||
data[len] = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue