Fix typo in yaml

pull/15339/head
Jamie Smith 2022-07-09 11:39:09 -07:00 committed by Jay Sridharan
parent 5442e2405c
commit 9ed98244af
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
)