Disable SYS_LIGHTWEIGHT_PROT in unit tests

This commit is contained in:
Erik Ekman 2016-07-22 09:34:05 +02:00
parent 194d624077
commit 28dd0813ab

View File

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