From 3136df5f1d6aeefbd5d1b962ce96c1255a650a63 Mon Sep 17 00:00:00 2001 From: JohnK1987 Date: Sat, 2 Mar 2024 20:38:16 +0100 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d9e3c6f..da66435 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ set(MBED_APP_JSON_PATH mbed_app.json5) - use default expected path for custom targets upload methods where you create your own config MY_PROJECT/custom_targets/upload_method_cfg - of course you can do it by yourself directly via cmake in this file - Fro more visit https://github.com/mbed-ce/mbed-os/wiki/Upload-Methods ]] + For more visit https://github.com/mbed-ce/mbed-os/wiki/Upload-Methods ]] ### End of block ###################################################################################################### @@ -35,7 +35,7 @@ include(mbed-os/tools/cmake/app.cmake) ### Block of including project folders #[[ If using a custom target, the subdirectory containing the custom target must be included before - the mbed-os subdir, otherwise should be the next line commented]] + the mbed-os subdir, otherwise the next line should be commented]] add_subdirectory(custom_targets) ###--------------------------------------------------------------------------------------------------