Updater: Store update file name in safety memory before executing updater. Currently name is hardcoded.
This commit is contained in:
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user