Skip to content

Commit

Permalink
更新 add_syterkit_app.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Jul 1, 2024
1 parent 193900f commit ed9ad93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/add_syterkit_app.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function(add_syterkit_app target_name)

add_custom_command(
TARGET ${target_name}_fel
POST_BUILD COMMAND ${CMAKE_OBJCOPY} -v -O binary ${target_name}_fel ${target_name}_fel.elf
POST_BUILD COMMAND ${CMAKE_OBJCOPY} -v -O binary ${target_name}_fel ${target_name}_fel.hex
COMMENT "Copy Binary ${target_name}_fel"
)

Expand Down

0 comments on commit ed9ad93

Please sign in to comment.