Updater: Store update file name in safety memory before executing updater. Currently name is hardcoded.

This commit is contained in:
2021-04-07 13:26:39 +02:00
parent dca839ce2e
commit bfdc3d3246
3 changed files with 5 additions and 3 deletions

View File

@@ -33,6 +33,6 @@
*/
void __attribute__((noreturn)) start_updater_ram_code(void);
void __attribute__((noreturn)) start_updater(void);
void __attribute__((noreturn)) updater_update_from_file(const char *filename);
#endif /* __UPDATER_UPDATER_H__ */