APP_Framework/lib/:add queue lib

This commit is contained in:
chunyexixiaoyu
2021-08-16 15:59:26 +08:00
parent af345b75fb
commit 6f9be6d790
5 changed files with 99 additions and 0 deletions

View File

@@ -11,4 +11,5 @@ menu "lib"
bool "app select other lib"
endchoice
source "$APP_DIR/lib/cJSON/Kconfig"
source "$APP_DIR/lib/queue/Kconfig"
endmenu