Add uip_ext_len definition in fakeuip.c for ravenusbstick
This commit is contained in:
parent
1784338b2e
commit
1f0fd3f38b
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ uip_buf_t uip_aligned_buf;
|
||||||
|
|
||||||
uint16_t uip_len;
|
uint16_t uip_len;
|
||||||
|
|
||||||
|
uint8_t uip_ext_len;
|
||||||
|
|
||||||
struct uip_stats uip_stat;
|
struct uip_stats uip_stat;
|
||||||
|
|
||||||
uip_lladdr_t uip_lladdr;
|
uip_lladdr_t uip_lladdr;
|
||||||
|
|
Loading…
Reference in a new issue