summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/jackpot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/jackpot.c b/apps/plugins/jackpot.c
index 865b4e1084..8dac5e4f7a 100644
--- a/apps/plugins/jackpot.c
+++ b/apps/plugins/jackpot.c
@@ -66,7 +66,7 @@ const struct picture jackpot_pictures[]={
66#endif 66#endif
67}; 67};
68 68
69#define SLEEP_TIME (HZ/100) 69#define SLEEP_TIME (HZ/200)
70#endif /* HAVE_LCD_CHARCELLS */ 70#endif /* HAVE_LCD_CHARCELLS */
71 71
72static struct plugin_api* rb; 72static struct plugin_api* rb;