provide quick screen proto for h300 builds too

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6914 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-06-29 13:16:10 +00:00
parent 3a78ab9a4f
commit b49d384832

View file

@ -37,7 +37,7 @@ bool quick_screen(const int, const int);
#define SCREENS_QUICK BUTTON_F2
#endif
#if CONFIG_KEYPAD == IRIVER_H100_PAD
#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD)
bool quick_screen(const int, const int);
#define SCREENS_QUICK BUTTON_MODE
/* Long press already detected so not needed here */