forked from len0rd/rockbox
Revert r26055 since it breaks certain Archos targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26067 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b6c3bc1cc9
commit
964dcb33b6
3 changed files with 1 additions and 17 deletions
|
|
@ -205,11 +205,7 @@ static void button_tick(void)
|
|||
#endif
|
||||
) &&
|
||||
#if CONFIG_CHARGING && !defined(HAVE_POWEROFF_WHILE_CHARGING)
|
||||
#if CONFIG_CHARGING >= CHARGING_MONITOR
|
||||
!charging_state() &&
|
||||
#else
|
||||
!charger_inserted() &&
|
||||
#endif
|
||||
#endif
|
||||
repeat_count > POWEROFF_COUNT)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue