File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ set(MBED_APP_JSON_PATH mbed_app.json5)
23
23
- use default expected path for custom targets upload methods where you create your own config
24
24
MY_PROJECT/custom_targets/upload_method_cfg
25
25
- 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 ]]
27
27
28
28
### End of block
29
29
######################################################################################################
@@ -35,7 +35,7 @@ include(mbed-os/tools/cmake/app.cmake)
35
35
### Block of including project folders
36
36
37
37
#[[ 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]]
39
39
add_subdirectory (custom_targets)
40
40
41
41
###--------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments