Didn't even notice that Sansa bootloader warning until now. Fix it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13373 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
685001f0d4
commit
87c70db578
1 changed files with 2 additions and 0 deletions
|
@ -39,7 +39,9 @@ static unsigned long next_backlight_on = 0;
|
|||
#endif
|
||||
/* Buttons */
|
||||
static bool hold_button = false;
|
||||
#ifndef BOOTLOADER
|
||||
static bool hold_button_old = false;
|
||||
#endif
|
||||
static int int_btn = BUTTON_NONE;
|
||||
|
||||
void button_init_device(void)
|
||||
|
|
Loading…
Reference in a new issue