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.
2 parents 62faa46 + 5a4a348 commit 58c0319Copy full SHA for 58c0319
targets/TARGET_STM/TARGET_STM32F3/CMakeLists.txt
@@ -4,7 +4,7 @@
4
if("STM32F302x8" IN_LIST MBED_TARGET_LABELS)
5
add_subdirectory(TARGET_STM32F302x8)
6
elseif("STM32F303x8" IN_LIST MBED_TARGET_LABELS)
7
- add_subdirectory(TARGET_TARGET_STM32F303x8)
+ add_subdirectory(TARGET_STM32F303x8)
8
elseif("STM32F303xC" IN_LIST MBED_TARGET_LABELS)
9
add_subdirectory(TARGET_STM32F303xC)
10
elseif("STM32F303xE" IN_LIST MBED_TARGET_LABELS)
0 commit comments