Skip to content

Commit 6a5cc40

Browse files
committed
Fix mbed-cy8cproto-062s3-4343w target
1 parent 9e1444f commit 6a5cc40

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CPROTO_062S3_4343W

1 file changed

+1
-1
lines changed

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CPROTO_062S3_4343W/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ target_link_libraries(mbed-cy8cproto-062s3-4343w
6969
)
7070

7171
if("CM0P_SLEEP" IN_LIST MBED_TARGET_LABELS)
72-
target_link_librariesmbed-cy8cproto-062s3-4343w
72+
target_link_libraries(mbed-cy8cproto-062s3-4343w
7373
INTERFACE
7474
mbed-cm0p-sleep
7575
)

0 commit comments

Comments
 (0)