Browse Source

Disable SYS_LIGHTWEIGHT_PROT in unit tests

STABLE-2_1_x
Erik Ekman 10 years ago
parent
commit
28dd0813ab
  1. 1
      test/unit/lwipopts.h

1
test/unit/lwipopts.h

@ -34,6 +34,7 @@
/* Prevent having to link sys_arch.c (we don't test the API layers in unit tests) */
#define NO_SYS 1
#define SYS_LIGHTWEIGHT_PROT 0
#define LWIP_NETCONN 0
#define LWIP_SOCKET 0

Loading…
Cancel
Save