Skip to content

Commit eaa7262

Browse files
committed
Merge branch 'fix/usb_tinyuf2_typo' into 'master'
fix(esp_tinyuf2): Fixed typo in CMakeLists.txt See merge request ae_group/esp-iot-solution!1204
2 parents cf4f5a6 + 0836f7c commit eaa7262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/usb/esp_tinyuf2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ idf_component_register(
3939
PRIV_REQUIRES usb nvs_flash vfs esp_ringbuf esp_pm)
4040

4141
if(NOT CONFIG_TINYUSB_SOURCE_CODE_ONLY)
42-
message(FATAL_ERROR "Please disable 'Build tinyusb as a static library' in menuconfig 'TinyUSB soucre'")
42+
message(FATAL_ERROR "Please disable 'Build tinyusb as a static library' in menuconfig 'TinyUSB source'")
4343
endif()
4444

4545
target_compile_options(${COMPONENT_LIB} PUBLIC

0 commit comments

Comments
 (0)