summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/iaudio/x5/lcd-x5.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/coldfire/iaudio/x5/lcd-x5.c')
-rw-r--r--firmware/target/coldfire/iaudio/x5/lcd-x5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/coldfire/iaudio/x5/lcd-x5.c b/firmware/target/coldfire/iaudio/x5/lcd-x5.c
index 98eb5deb94..e1504b6e98 100644
--- a/firmware/target/coldfire/iaudio/x5/lcd-x5.c
+++ b/firmware/target/coldfire/iaudio/x5/lcd-x5.c
@@ -397,7 +397,7 @@ void lcd_enable(bool on)
397 /* Probably out of sync and we don't wanna pepper the code with 397 /* Probably out of sync and we don't wanna pepper the code with
398 lcd_update() calls for this. */ 398 lcd_update() calls for this. */
399 lcd_update(); 399 lcd_update();
400 lcd_activation_call_hook(); 400 send_event(LCD_EVENT_ACTIVATION, NULL);
401 } 401 }
402 else 402 else
403 { 403 {