1
0
Fork 0
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:
Michael Sevakis 2006-08-28 22:54:20 +00:00
parent 25c0f4c6c3
commit b4a93b2d50

View file

@ -442,7 +442,7 @@ static void handle_auto_poweroff(void)
#endif #endif
if(timeout && if(timeout &&
#ifdef CONFIG_TUNER #if defined(CONFIG_TUNER) && !defined(BOOTLOADER)
(!(get_radio_status() & FMRADIO_PLAYING)) && (!(get_radio_status() & FMRADIO_PLAYING)) &&
#endif #endif
!usb_inserted() && !usb_inserted() &&