From 8742436ad1c79c981d8bcca3618283876b8d7981 Mon Sep 17 00:00:00 2001 From: sunghan Date: Mon, 27 Mar 2017 20:12:32 +0900 Subject: [PATCH] fix menuconfig warning on Kconfig add type of config --- os/kernel/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/os/kernel/Kconfig b/os/kernel/Kconfig index 3de7feb..ed4903d 100644 --- a/os/kernel/Kconfig +++ b/os/kernel/Kconfig @@ -1043,6 +1043,7 @@ config PREAPP_STACKSIZE that is started as soon as the OS completes its initialization. config MPU_STACKGAURD + bool "protect thread stack" default n config PTHREAD_STACK_MIN -- 2.7.4