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
|
@ -330,7 +330,7 @@ send_udp_packet(struct uip_udp_conn *conn)
|
|||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
static void
|
||||
parse_incoming_packet(const u8_t *buf, int len)
|
||||
parse_incoming_packet(const uint8_t *buf, int len)
|
||||
{
|
||||
int numregs;
|
||||
int flags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue