diff options
Diffstat (limited to 'firmware/target/hosted/rolo.c')
-rw-r--r-- | firmware/target/hosted/rolo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/hosted/rolo.c b/firmware/target/hosted/rolo.c index 9c8809aab4..229a928c84 100644 --- a/firmware/target/hosted/rolo.c +++ b/firmware/target/hosted/rolo.c | |||
@@ -79,12 +79,12 @@ int rolo_load(const char* filename) | |||
79 | #endif | 79 | #endif |
80 | 80 | ||
81 | #ifdef HAVE_STORAGE_FLUSH | 81 | #ifdef HAVE_STORAGE_FLUSH |
82 | lcd_puts(0, 1, "Flushing storage buffers"); | 82 | lcd_puts(0, 2, "Flushing storage buffers"); |
83 | lcd_update(); | 83 | lcd_update(); |
84 | storage_flush(); | 84 | storage_flush(); |
85 | #endif | 85 | #endif |
86 | 86 | ||
87 | lcd_puts(0, 1, "Executing"); | 87 | lcd_puts(0, 3, "Executing"); |
88 | lcd_update(); | 88 | lcd_update(); |
89 | #ifdef HAVE_REMOTE_LCD | 89 | #ifdef HAVE_REMOTE_LCD |
90 | lcd_remote_puts(0, 1, "Executing"); | 90 | lcd_remote_puts(0, 1, "Executing"); |