From 5e5bfabf6731758302a8ec15dc4f93109bf91d84 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 16 Aug 2006 13:25:45 +0000 Subject: * fixed the pitch screen key mappings for all targets, targets require a mapping to access the screen from the wps git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10611 a1c6a512-1295-4272-9138-f99709370657 --- apps/screens.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/screens.h') diff --git a/apps/screens.h b/apps/screens.h index deece8784d..c34f612ded 100644 --- a/apps/screens.h +++ b/apps/screens.h @@ -33,7 +33,9 @@ void charging_splash(void); int mmc_remove_request(void); #endif +#ifdef HAVE_PITCHSCREEN bool pitch_screen(void); +#endif #if CONFIG_KEYPAD == RECORDER_PAD extern bool quick_screen_f3(int button_enter); -- cgit v1.2.3