summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/bounce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bounce.c b/apps/plugins/bounce.c
index 9cf1ccf341..ee89cd19e5 100644
--- a/apps/plugins/bounce.c
+++ b/apps/plugins/bounce.c
@@ -180,7 +180,7 @@ struct counter values[]={
180 {"xadd", 1}, 180 {"xadd", 1},
181 {"yadd", 1}, 181 {"yadd", 1},
182 {"xdist", -4}, 182 {"xdist", -4},
183 {"ydistt", -6}, 183 {"ydist", -6},
184}; 184};
185 185
186#ifdef HAVE_RTC 186#ifdef HAVE_RTC