mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-05 20:35:39 +00:00
Merge pull request #3019 from hathach/fix-pico-examples-build
fix(rp2040) set RTOS as cmake cache to fix pico-example build
This commit is contained in:
@ -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 ()
|
||||
|
||||
#-------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user