summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 0435f32..8e1abdd 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -2048,7 +2048,7 @@ static bool dbg_scrollwheel(void)
/* show effective accelerated scrollspeed */
lcd_putsf(0, 6, "accel. speed: %4d",
- button_apply_acceleration( (1<<31)|(1<<24)|wheel_velocity);
+ button_apply_acceleration((1<<31)|(1<<24)|wheel_velocity) );
lcd_update();
}