summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2022-02-15 12:28:26 +0700
committerGitHub <[email protected]>2022-02-15 12:28:26 +0700
commitde4932d9c5a4140a7c358f640d48c6f9ad3bc8a6 (patch)
treeb6b8304f6c9b62e27f4e8489ba3d499b59636961
parent01684f71fba3fec8d03fc3918ca29b88fbbae7a8 (diff)
parent2df57d2be0ad5e42ab0fbdb132d1921ca190632c (diff)
Merge pull request #1318 from JayToltTech/master
Nit spelling correction
-rw-r--r--hw/bsp/family_support.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/family_support.cmake b/hw/bsp/family_support.cmake
index a8cc1f363..ee29caba7 100644
--- a/hw/bsp/family_support.cmake
+++ b/hw/bsp/family_support.cmake
@@ -2,7 +2,7 @@ if (NOT TARGET _family_support_marker)
add_library(_family_support_marker INTERFACE)
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()
if (NOT EXISTS ${CMAKE_CURRENT_LIST_DIR}/${FAMILY}/family.cmake)