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 cf4f5a6 commit 0836f7cCopy full SHA for 0836f7c
components/usb/esp_tinyuf2/CMakeLists.txt
@@ -39,7 +39,7 @@ idf_component_register(
39
PRIV_REQUIRES usb nvs_flash vfs esp_ringbuf esp_pm)
40
41
if(NOT CONFIG_TINYUSB_SOURCE_CODE_ONLY)
42
-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'")
43
endif()
44
45
target_compile_options(${COMPONENT_LIB} PUBLIC
0 commit comments