diff options
| author | hathach <[email protected]> | 2023-04-03 18:05:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-04-03 18:05:22 +0700 |
| commit | 4f96a1f3b2f4dd265214594450277e4851680258 (patch) | |
| tree | 0c13767263fd9ef30b58153c89703265e375bca2 | |
| parent | 5ef260d5fceeef49c8d1eb08fe39a12712b1ae53 (diff) | |
more fix
| -rw-r--r-- | hw/bsp/espressif/components/tinyusb_src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/espressif/components/tinyusb_src/CMakeLists.txt b/hw/bsp/espressif/components/tinyusb_src/CMakeLists.txt index 5e0ed9ac7..bf8e45be2 100644 --- a/hw/bsp/espressif/components/tinyusb_src/CMakeLists.txt +++ b/hw/bsp/espressif/components/tinyusb_src/CMakeLists.txt @@ -27,7 +27,7 @@ idf_component_get_property(freertos_component_dir freertos COMPONENT_DIR) list(APPEND includes_public "${tusb_src}" # The FreeRTOS API include convention in tinyusb is different from esp-idf - "${freertos_component_dir}/include/freertos" + #"${freertos_component_dir}/include/freertos" ) list(APPEND srcs |
