summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/rolo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/rolo.c b/firmware/rolo.c
index ed9fcff931..92c8cc4003 100644
--- a/firmware/rolo.c
+++ b/firmware/rolo.c
@@ -98,7 +98,7 @@ int rolo_load(char* filename)
98 return -1; 98 return -1;
99 } 99 }
100 100
101 lcd_puts(0, 1, "Descrambling"); 101 lcd_puts(0, 1, "Descramble");
102 lcd_update(); 102 lcd_update();
103 103
104 /* descramble */ 104 /* descramble */
@@ -120,7 +120,7 @@ int rolo_load(char* filename)
120 return -1; 120 return -1;
121 } 121 }
122 122
123 lcd_puts(0, 1, "Executing "); 123 lcd_puts(0, 1, "Executing ");
124 lcd_update(); 124 lcd_update();
125 125
126 /* Disable interrupts */ 126 /* Disable interrupts */