mirror of
https://github.com/V2RetroComputing/analog-utilities.git
synced 2025-02-19 06:31:23 +00:00
Always build before commit.
This commit is contained in:
parent
ed8ccc3b20
commit
399115e592
@ -737,13 +737,16 @@ void restore_config() {
|
|||||||
backdrop(PROGNAME);
|
backdrop(PROGNAME);
|
||||||
window(" Error ", 28, 7, 1);
|
window(" Error ", 28, 7, 1);
|
||||||
gotoy(11); gotox(7);
|
gotoy(11); gotox(7);
|
||||||
cprintf("Unable to erase block $%4X", block);
|
cprintf("Unable to erase block $%4X", last);
|
||||||
ok_button();
|
ok_button();
|
||||||
|
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
cfgfile_upload("CONFIG.BACKUP", next);
|
cfgfile_upload("CONFIG.BACKUP", next);
|
||||||
|
|
||||||
|
cleanup:
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
void backup_config() {
|
void backup_config() {
|
||||||
@ -771,7 +774,7 @@ cleanup:
|
|||||||
|
|
||||||
void read_config() {
|
void read_config() {
|
||||||
int i;
|
int i;
|
||||||
uint16_t next, last;
|
uint16_t last;
|
||||||
|
|
||||||
backdrop(PROGNAME);
|
backdrop(PROGNAME);
|
||||||
window(" Please Wait ", 26, 6, 1);
|
window(" Please Wait ", 26, 6, 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user