summaryrefslogtreecommitdiff
path: root/apps/plugins/test_fps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_fps.c')
-rw-r--r--apps/plugins/test_fps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/test_fps.c b/apps/plugins/test_fps.c
index edb6a68123..e8ceaed7a1 100644
--- a/apps/plugins/test_fps.c
+++ b/apps/plugins/test_fps.c
@@ -27,6 +27,8 @@ PLUGIN_IRAM_DECLARE
27#if (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \ 27#if (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \
28 (CONFIG_KEYPAD == IPOD_1G2G_PAD) 28 (CONFIG_KEYPAD == IPOD_1G2G_PAD)
29#define FPS_QUIT BUTTON_MENU 29#define FPS_QUIT BUTTON_MENU
30#elif CONFIG_KEYPAD == IAUDIO_M3_PAD
31#define FPS_QUIT BUTTON_RC_REC
30#elif defined(BUTTON_OFF) 32#elif defined(BUTTON_OFF)
31#define FPS_QUIT BUTTON_OFF 33#define FPS_QUIT BUTTON_OFF
32#else 34#else