mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
Merge pull request #1318 from JayToltTech/master
Nit spelling correction
This commit is contained in:
commit
de4932d9c5
@ -2,7 +2,7 @@ if (NOT TARGET _family_support_marker)
|
|||||||
add_library(_family_support_marker INTERFACE)
|
add_library(_family_support_marker INTERFACE)
|
||||||
|
|
||||||
if (NOT FAMILY)
|
if (NOT FAMILY)
|
||||||
message(FATAL_ERROR "You must set a FAMILY variable for the build (e.g. rp2040, eps32s2, esp32s3). You can do this via -DFAMILY=xxx on the camke command line")
|
message(FATAL_ERROR "You must set a FAMILY variable for the build (e.g. rp2040, eps32s2, esp32s3). You can do this via -DFAMILY=xxx on the cmake command line")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT EXISTS ${CMAKE_CURRENT_LIST_DIR}/${FAMILY}/family.cmake)
|
if (NOT EXISTS ${CMAKE_CURRENT_LIST_DIR}/${FAMILY}/family.cmake)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user