c200: Make the backlight react on unlocking hold as intended.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15014 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2007-10-07 12:22:19 +00:00
parent 7d34565c62
commit 4efd9c4eef

View file

@ -44,6 +44,9 @@ int button_read_device(void)
hold_button_old = hold_button;
hold_button = button_hold();
if (hold_button != hold_button_old)
backlight_hold_changed(hold_button);
/* device buttons */
if (!hold_button)
{