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:
Karl Kurbjun 2009-04-21 04:36:46 +00:00
parent 4d3be1b1de
commit 75be9c3a5a

View file

@ -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");