浏览代码

[ci] add RT_USING_CI_ACTION

Meco Man 9 月之前
父节点
当前提交
b5a3c7e95d
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/Kconfig

+ 5 - 0
src/Kconfig

@@ -268,6 +268,11 @@ menuconfig RT_USING_DEBUG
                 each thread switch.
     endif
 
+config RT_USING_CI_ACTION
+    default n
+    help
+        Enable CI Action
+
 menu "Inter-Thread communication"
 
     config RT_USING_SEMAPHORE