This commit is contained in:
steve 2023-11-18 10:58:15 +00:00
parent c6d18c8cc0
commit c22812413c
1 changed files with 3 additions and 1 deletions

View File

@ -141,8 +141,10 @@ const char *flash_filer::checkpoint() {
hardware_checkpoint(file);
file.close();
start();
#endif
return buf;
#else
return "";
#endif
}
void flash_filer::restore(const char *filename) {