From bb2e73566beca79c685e7cca0c9a2570181bb860 Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Sun, 31 Dec 2017 05:49:25 +0900 Subject: [PATCH] add WOLFSSL_CMSIS_RTOS option in internal.h --- wolfssl/internal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wolfssl/internal.h b/wolfssl/internal.h index 01bbb0a4c..bdabad3cd 100644 --- a/wolfssl/internal.h +++ b/wolfssl/internal.h @@ -141,6 +141,8 @@ /* do nothing */ #elif defined(WOLFSSL_uTKERNEL2) /* do nothing */ +#elif defined(WOLFSSL_CMSIS_RTOS) + #include "cmsis_os.h" #elif defined(WOLFSSL_MDK_ARM) #if defined(WOLFSSL_MDK5) #include "cmsis_os.h"