mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-16 18:03:44 +08:00
unit: Support check v0.13.0 and later
Function name no longer needs to be fed separately when adding tests. Also fix collision of non-static net_test variables in dhcp and netif tests.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
struct netif net_test;
|
||||
static struct netif net_test;
|
||||
|
||||
static const u8_t broadcast[6] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user