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 eef57d3 commit 6a83bc0Copy full SHA for 6a83bc0
targets/CMakeLists.txt
@@ -20,7 +20,7 @@ elseif("NUVOTON" IN_LIST MBED_TARGET_LABELS)
20
elseif("NXP" IN_LIST MBED_TARGET_LABELS)
21
add_subdirectory(TARGET_NXP)
22
elseif("Samsung" IN_LIST MBED_TARGET_LABELS)
23
- add_subdirectory(TARGET_Samsung
+ add_subdirectory(TARGET_Samsung)
24
elseif("Silicon_Labs" IN_LIST MBED_TARGET_LABELS)
25
add_subdirectory(TARGET_Silicon_Labs)
26
elseif("STM" IN_LIST MBED_TARGET_LABELS)
0 commit comments