We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef260d commit 4f96a1fCopy full SHA for 4f96a1f
hw/bsp/espressif/components/tinyusb_src/CMakeLists.txt
@@ -27,7 +27,7 @@ idf_component_get_property(freertos_component_dir freertos COMPONENT_DIR)
27
list(APPEND includes_public
28
"${tusb_src}"
29
# The FreeRTOS API include convention in tinyusb is different from esp-idf
30
- "${freertos_component_dir}/include/freertos"
+ #"${freertos_component_dir}/include/freertos"
31
)
32
33
list(APPEND srcs
0 commit comments