Skip to content

Commit 0836f7c

Browse files
committed
fix(esp_tinyuf2): Fixed typo in CMakeLists.txt
1 parent cf4f5a6 commit 0836f7c

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)