Skip to content

Commit ce61c8a

Browse files
committed
Fix FF1705_L151CC target
1 parent 734d9be commit ce61c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/TARGET_STM/TARGET_STM32L1/TARGET_XDOT_L151CC/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ target_link_libraries(mbed-xdot-l151cc INTERFACE mbed-stm32l1)
3232

3333

3434
# Same target as XDOT_L151CC
35-
add_library(mbed-ff-1705-l151cc INTERFACE)
35+
add_library(mbed-ff1705-l151cc INTERFACE)
3636

37-
target_link_libraries(mbed-xdot-l151cc INTERFACE mbed-xdot-l151cc)
37+
target_link_libraries(mbed-ff1705-l151cc INTERFACE mbed-xdot-l151cc)
3838

0 commit comments

Comments
 (0)