[ci] add RT_USING_CI_ACTION

This commit is contained in:
Meco Man 2024-11-17 16:20:57 -05:00 committed by Rbb666
parent cc1707e3b3
commit b5a3c7e95d
1 changed files with 5 additions and 0 deletions

View File

@ -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