Ver código fonte

[ci] add RT_USING_CI_ACTION

Meco Man 9 meses atrás
pai
commit
b5a3c7e95d
1 arquivos alterados com 5 adições e 0 exclusões
  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