summaryrefslogtreecommitdiff
path: root/apps/radio/radio_skin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/radio/radio_skin.c')
-rw-r--r--apps/radio/radio_skin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/radio/radio_skin.c b/apps/radio/radio_skin.c
index 6bc6c377d4..26e6daccbc 100644
--- a/apps/radio/radio_skin.c
+++ b/apps/radio/radio_skin.c
@@ -114,7 +114,7 @@ void fms_skin_init(void)
114int fms_do_button_loop(bool update_screen) 114int fms_do_button_loop(bool update_screen)
115{ 115{
116 int button = skin_wait_for_action(fms_skin, CONTEXT_FM, 116 int button = skin_wait_for_action(fms_skin, CONTEXT_FM,
117 update_screen ? TIMEOUT_NOBLOCK : HZ); 117 update_screen ? TIMEOUT_NOBLOCK : HZ/5);
118#ifdef HAVE_TOUCHSCREEN 118#ifdef HAVE_TOUCHSCREEN
119 int offset; 119 int offset;
120 if (button == ACTION_TOUCHSCREEN) 120 if (button == ACTION_TOUCHSCREEN)