Skip to content

Commit 4d07850

Browse files
authored
Merge pull request #73 from ARMmbed/release_candidate
Update for mbed-os-6.14.0
2 parents 9d0f4f7 + 2c10c04 commit 4d07850

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

atecc608a/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ set(APP_TARGET mbed-os-example-atecc608a)
99

1010
include(${MBED_PATH}/tools/cmake/app.cmake)
1111

12+
project(${APP_TARGET})
13+
1214
add_subdirectory(${MBED_PATH})
1315

1416
add_subdirectory(mbed-os-atecc608a)
@@ -17,8 +19,6 @@ add_executable(${APP_TARGET})
1719

1820
mbed_configure_app_target(${APP_TARGET})
1921

20-
project(${APP_TARGET})
21-
2222
target_include_directories(${APP_TARGET}
2323
PRIVATE
2424
.

atecc608a/mbed-os.lib

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#d147abc3e556c58e5e343d34b729bc2192e18bd3
1+
https://github.com/ARMmbed/mbed-os/#3377f083b3a6bd7a1b45ed2cea5cf083b9007527

0 commit comments

Comments
 (0)