summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/iaudio
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/coldfire/iaudio')
-rw-r--r--firmware/target/coldfire/iaudio/x5/lcd-x5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/coldfire/iaudio/x5/lcd-x5.c b/firmware/target/coldfire/iaudio/x5/lcd-x5.c
index 19faf0474d..5aecb366ca 100644
--- a/firmware/target/coldfire/iaudio/x5/lcd-x5.c
+++ b/firmware/target/coldfire/iaudio/x5/lcd-x5.c
@@ -383,6 +383,7 @@ void lcd_enable(bool on)
383 /* Probably out of sync and we don't wanna pepper the code with 383 /* Probably out of sync and we don't wanna pepper the code with
384 lcd_update() calls for this. */ 384 lcd_update() calls for this. */
385 lcd_update(); 385 lcd_update();
386 lcd_call_enable_hook();
386 } 387 }
387 else 388 else
388 { 389 {