Skip to content

Commit

Permalink
Merge branch 'fix/usb_tinyuf2_typo' into 'master'
Browse files Browse the repository at this point in the history
fix(esp_tinyuf2): Fixed typo in CMakeLists.txt

See merge request ae_group/esp-iot-solution!1204
  • Loading branch information
lijunru-hub committed Jan 14, 2025
2 parents cf4f5a6 + 0836f7c commit eaa7262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/usb/esp_tinyuf2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ idf_component_register(
PRIV_REQUIRES usb nvs_flash vfs esp_ringbuf esp_pm)

if(NOT CONFIG_TINYUSB_SOURCE_CODE_ONLY)
message(FATAL_ERROR "Please disable 'Build tinyusb as a static library' in menuconfig 'TinyUSB soucre'")
message(FATAL_ERROR "Please disable 'Build tinyusb as a static library' in menuconfig 'TinyUSB source'")
endif()

target_compile_options(${COMPONENT_LIB} PUBLIC
Expand Down

0 comments on commit eaa7262

Please sign in to comment.