Skip to content

Commit 3136df5

Browse files
authored
Update CMakeLists.txt
1 parent eea7fc8 commit 3136df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set(MBED_APP_JSON_PATH mbed_app.json5)
2323
- use default expected path for custom targets upload methods where you create your own config
2424
MY_PROJECT/custom_targets/upload_method_cfg
2525
- of course you can do it by yourself directly via cmake in this file
26-
Fro more visit https://github.com/mbed-ce/mbed-os/wiki/Upload-Methods ]]
26+
For more visit https://github.com/mbed-ce/mbed-os/wiki/Upload-Methods ]]
2727

2828
### End of block
2929
######################################################################################################
@@ -35,7 +35,7 @@ include(mbed-os/tools/cmake/app.cmake)
3535
### Block of including project folders
3636

3737
#[[ If using a custom target, the subdirectory containing the custom target must be included before
38-
the mbed-os subdir, otherwise should be the next line commented]]
38+
the mbed-os subdir, otherwise the next line should be commented]]
3939
add_subdirectory(custom_targets)
4040

4141
###--------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)