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:
parent
df5170830c
commit
e23348ac8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue