1
0
Fork 0
forked from len0rd/rockbox

Shutdown screen is for recorder v1 only.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6831 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-06-22 22:22:23 +00:00
parent df5170830c
commit e23348ac8b

View file

@ -1207,7 +1207,7 @@ bool set_time_screen(const char* string, struct tm *tm)
}
#endif /* defined(HAVE_LCD_BITMAP) && defined (HAVE_RTC) */
#if CONFIG_KEYPAD == RECORDER_PAD || CONFIG_KEYPAD == IRIVER_H100_PAD
#if (CONFIG_KEYPAD == RECORDER_PAD) && !defined(HAVE_SW_POWEROFF)
bool shutdown_screen(void)
{
int button;