Converted deprecated uIP types in the network stack to standard C99 names (in stdint.h)
This commit is contained in:
parent
022d7193d1
commit
3fe55673d3
39 changed files with 572 additions and 572 deletions
|
@ -196,7 +196,7 @@ uip_over_mesh_make_announced_gateway(void)
|
|||
const static struct trickle_callbacks trickle_call = {gateway_announce_recv};
|
||||
/*---------------------------------------------------------------------------*/
|
||||
void
|
||||
uip_over_mesh_init(u16_t channels)
|
||||
uip_over_mesh_init(uint16_t channels)
|
||||
{
|
||||
|
||||
PRINTF("Our address is %d.%d (%d.%d.%d.%d)\n",
|
||||
|
@ -215,7 +215,7 @@ uip_over_mesh_init(u16_t channels)
|
|||
route_set_lifetime(30);
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
u8_t
|
||||
uint8_t
|
||||
uip_over_mesh_send(void)
|
||||
{
|
||||
rimeaddr_t receiver;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue