mirror of https://github.com/ARMmbed/mbed-os.git
Fix typo in yaml
parent
5442e2405c
commit
9ed98244af
|
@ -1,4 +1,4 @@
|
|||
This workflow performs the checks like license check,
|
||||
# This workflow performs the checks like license check,
|
||||
# doxygen, unit tests etc.
|
||||
name: Basic Checks
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ set(MBED_UPLOAD_SUPPORTS_DEBUG ${UPLOAD_SUPPORTS_DEBUG} CACHE INTERNAL "" FORCE)
|
|||
|
||||
function(mbed_generate_upload_debug_targets target)
|
||||
# add upload target
|
||||
gen_upload_target(${target}
|
||||
gen_upload_target(${target}
|
||||
${CMAKE_CURRENT_BINARY_DIR}/$<TARGET_FILE_BASE_NAME:${target}>.bin
|
||||
${CMAKE_CURRENT_BINARY_DIR}/$<TARGET_FILE_BASE_NAME:${target}>.hex
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue