diff options
-rw-r--r-- | flash.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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! "); } } |