summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/flash.c b/flash.c
index ee706af..03b0529 100644
--- a/flash.c
+++ b/flash.c
@@ -908,10 +908,6 @@ void initFlash(FlashStruct *mem, gboolean reset_to_defaults, int starting_locati
// save the default Flash config, for nonvolatile persistence
writeUserBlock(mem, starting_location, sizeof(*mem) - starting_location);
- if (starting_location > 0) {
- readUserBlock(mem);
- }
-
LCD_write(1,0,"Flash Init, Done! ");
}
}