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:
Michael Sevakis 2007-05-11 21:52:54 +00:00
parent 685001f0d4
commit 87c70db578

View file

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