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
|
@ -45,8 +45,8 @@
|
|||
#include "net/uip-fw.h"
|
||||
#include "net/rime.h"
|
||||
|
||||
void uip_over_mesh_init(u16_t channels);
|
||||
u8_t uip_over_mesh_send(void);
|
||||
void uip_over_mesh_init(uint16_t channels);
|
||||
uint8_t uip_over_mesh_send(void);
|
||||
|
||||
void uip_over_mesh_set_gateway_netif(struct uip_fw_netif *netif);
|
||||
void uip_over_mesh_set_gateway(rimeaddr_t *gw);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue