fixed ifdef WOLFSSL_CONTIKI

This commit is contained in:
Daniele Lacamera
2018-08-22 17:37:47 +02:00
parent bdb5d3c191
commit d7d2fb34af

View File

@ -39,7 +39,7 @@
#if !defined(WOLFSSL_USER_IO)
/* Micrium uses NetSock I/O callbacks in wolfio.c */
#if !defined(USE_WOLFSSL_IO) && !defined(MICRIUM) && !defined(CONTIKI)
#if !defined(USE_WOLFSSL_IO) && !defined(MICRIUM) && !defined(WOLFSSL_CONTIKI)
#define USE_WOLFSSL_IO
#endif
#endif