Skip to content

Commit 58c0319

Browse files
authored
Merge pull request #13958 from douardda/patch-1
Fix a typo in STM32F3's CMakeList.txt
2 parents 62faa46 + 5a4a348 commit 58c0319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32F3/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
if("STM32F302x8" IN_LIST MBED_TARGET_LABELS)
55
add_subdirectory(TARGET_STM32F302x8)
66
elseif("STM32F303x8" IN_LIST MBED_TARGET_LABELS)
7-
add_subdirectory(TARGET_TARGET_STM32F303x8)
7+
add_subdirectory(TARGET_STM32F303x8)
88
elseif("STM32F303xC" IN_LIST MBED_TARGET_LABELS)
99
add_subdirectory(TARGET_STM32F303xC)
1010
elseif("STM32F303xE" IN_LIST MBED_TARGET_LABELS)

0 commit comments

Comments
 (0)