Skip to content

Commit 586d489

Browse files
committed
Add missing qspi lib in CMake to fix CI issue
1 parent b2ac8b7 commit 586d489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ target_sources(${APP_TARGET}
2525

2626
target_link_libraries(${APP_TARGET}
2727
mbed-os
28+
mbed-os-storage-qspif
2829
mbed-os-device_key
2930
mbed-os-mbedtls
3031
)

0 commit comments

Comments
 (0)