mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 23:00:55 +02:00
fixed ifdef WOLFSSL_CONTIKI
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user