fixed ifdef WOLFSSL_CONTIKI

pull/1656/head
Daniele Lacamera 2018-08-22 17:37:47 +02:00
parent bdb5d3c191
commit d7d2fb34af
1 changed files with 1 additions and 1 deletions

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