Changed screen output
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2235 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c06a55b7ef
commit
1c792601f7
1 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ int rolo_load(char* filename)
|
|||
return -1;
|
||||
}
|
||||
|
||||
lcd_puts(0, 1, "Descrambling");
|
||||
lcd_puts(0, 1, "Descramble");
|
||||
lcd_update();
|
||||
|
||||
/* descramble */
|
||||
|
@ -120,7 +120,7 @@ int rolo_load(char* filename)
|
|||
return -1;
|
||||
}
|
||||
|
||||
lcd_puts(0, 1, "Executing ");
|
||||
lcd_puts(0, 1, "Executing ");
|
||||
lcd_update();
|
||||
|
||||
/* Disable interrupts */
|
||||
|
|
Loading…
Reference in a new issue