summaryrefslogtreecommitdiff
path: root/apps/plugins/test_greylib_bitmap_scale.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_greylib_bitmap_scale.c')
-rw-r--r--apps/plugins/test_greylib_bitmap_scale.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/test_greylib_bitmap_scale.c b/apps/plugins/test_greylib_bitmap_scale.c
index 3e82c23175..7b226d4f96 100644
--- a/apps/plugins/test_greylib_bitmap_scale.c
+++ b/apps/plugins/test_greylib_bitmap_scale.c
@@ -28,6 +28,8 @@
28#define GBS_QUIT BUTTON_MENU 28#define GBS_QUIT BUTTON_MENU
29#elif CONFIG_KEYPAD == IAUDIO_M3_PAD 29#elif CONFIG_KEYPAD == IAUDIO_M3_PAD
30#define GBS_QUIT BUTTON_RC_REC 30#define GBS_QUIT BUTTON_RC_REC
31#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
32#define GBS_QUIT BUTTON_PLAY
31#elif defined(BUTTON_OFF) 33#elif defined(BUTTON_OFF)
32#define GBS_QUIT BUTTON_OFF 34#define GBS_QUIT BUTTON_OFF
33#else 35#else