forked from len0rd/rockbox
Fixed the pwermgmt.c error for FM
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10791 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
25c0f4c6c3
commit
b4a93b2d50
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ static void handle_auto_poweroff(void)
|
|||
#endif
|
||||
|
||||
if(timeout &&
|
||||
#ifdef CONFIG_TUNER
|
||||
#if defined(CONFIG_TUNER) && !defined(BOOTLOADER)
|
||||
(!(get_radio_status() & FMRADIO_PLAYING)) &&
|
||||
#endif
|
||||
!usb_inserted() &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue