mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Onda VX747 bootloader: don't remove too much info..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20031 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bd60270418
commit
00baccd945
1 changed files with 4 additions and 0 deletions
|
@ -120,7 +120,11 @@ int main(void)
|
|||
|
||||
/* Only enable backlight when button is pressed */
|
||||
if(verbose)
|
||||
{
|
||||
backlight_init();
|
||||
printf(MODEL_NAME" Rockbox Bootloader");
|
||||
printf("Version "APPSVERSION);
|
||||
}
|
||||
|
||||
rc = storage_init();
|
||||
if(rc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue