summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index ce3140be63..6329977765 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1961,7 +1961,7 @@ bool dbg_save_roms(void)
1961 { 1961 {
1962 char buf[EEPROM_SIZE]; 1962 char buf[EEPROM_SIZE];
1963 1963
1964 if (!eeprom_24cxx_read(0, buf, sizeof buf)) 1964 if (eeprom_24cxx_read(0, buf, sizeof buf))
1965 gui_syncsplash(HZ*3, true, "Eeprom read failure!"); 1965 gui_syncsplash(HZ*3, true, "Eeprom read failure!");
1966 else 1966 else
1967 write(fd, buf, sizeof buf); 1967 write(fd, buf, sizeof buf);