Skip to content

Commit dc45903

Browse files
authored
Merge pull request #3019 from hathach/fix-pico-examples-build
fix(rp2040) set RTOS as cmake cache to fix pico-example build
2 parents 02a630b + 683b1e9 commit dc45903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/bsp/family_support.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set(UF2CONV_PY ${TOP}/tools/uf2/utils/uf2conv.py)
1212
# RTOS
1313
#-------------------------------------------------------------
1414
if (NOT DEFINED RTOS)
15-
set(RTOS noos)
15+
set(RTOS noos CACHE STRING "RTOS")
1616
endif ()
1717

1818
#-------------------------------------------------------------

0 commit comments

Comments
 (0)