fix(rp2040) set RTOS as cmake cache to fix pico-example build

This commit is contained in:
hathach
2025-03-10 11:20:47 +07:00
parent 02a630b3da
commit 683b1e9702

View File

@@ -12,7 +12,7 @@ set(UF2CONV_PY ${TOP}/tools/uf2/utils/uf2conv.py)
# RTOS
#-------------------------------------------------------------
if (NOT DEFINED RTOS)
set(RTOS noos)
set(RTOS noos CACHE STRING "RTOS")
endif ()
#-------------------------------------------------------------