mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Gigabeat FX: Look for button A (rather than any button) in bootloader for verbose mode - needed for flashed bootloader
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20768 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4d3be1b1de
commit
75be9c3a5a
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ void main(void)
|
|||
reset_screen();
|
||||
|
||||
/* Show debug messages if button is pressed */
|
||||
if(button_read_device())
|
||||
if(button_read_device()&BUTTON_A)
|
||||
verbose = true;
|
||||
|
||||
printf("Rockbox boot loader");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue