Skip to content

Commit 74071ab

Browse files
rajkan01hugueskamba
andcommitted
Apply suggestions from code review
Co-authored-by: Hugues Kamba <[email protected]>
1 parent d740b0f commit 74071ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ function(mbed_validate_application_profile target)
212212
endfunction()
213213

214214
#
215-
# Prepare post target build step
215+
# Set post build operations
216216
#
217-
function(mbed_post_target_build target)
217+
function(mbed_set_post_build target)
218218
mbed_validate_application_profile(${target})
219219
mbed_generate_bin_hex(${target})
220220
mbed_generate_map_file(${target})

0 commit comments

Comments
 (0)