Remove trailing whitespace

This commit is contained in:
Mario Hüttel 2024-03-24 14:13:56 +01:00
parent 62ef147105
commit 5c429ec894
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ add_executable(${ELFFILE} ${MAIN_SOURCES} ${CFG_PARSER_SRCS} ${UI_SRCS}
${STM_PERIPH_SRCS} ${SETTINGS_SRCS} ${SAFETY_SRCS}
${SHELLMATTA_SRCS} ${UPDATER_SRCS} ${PROFILE_SRCS}
)
add_dependencies(${ELFFILE} updater-ram-code-header-blob generate-version-header)