Skip to content

Commit 4f96a1f

Browse files
committed
more fix
1 parent 5ef260d commit 4f96a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/bsp/espressif/components/tinyusb_src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ idf_component_get_property(freertos_component_dir freertos COMPONENT_DIR)
2727
list(APPEND includes_public
2828
"${tusb_src}"
2929
# The FreeRTOS API include convention in tinyusb is different from esp-idf
30-
"${freertos_component_dir}/include/freertos"
30+
#"${freertos_component_dir}/include/freertos"
3131
)
3232

3333
list(APPEND srcs

0 commit comments

Comments
 (0)