summaryrefslogtreecommitdiff
path: root/firmware/target/arm/iriver
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/iriver')
-rw-r--r--firmware/target/arm/iriver/h10/lcd-h10_20gb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/iriver/h10/lcd-h10_20gb.c b/firmware/target/arm/iriver/h10/lcd-h10_20gb.c
index 1ee43c390f..7d942662b8 100644
--- a/firmware/target/arm/iriver/h10/lcd-h10_20gb.c
+++ b/firmware/target/arm/iriver/h10/lcd-h10_20gb.c
@@ -361,6 +361,7 @@ void lcd_enable(bool on)
361 /* Probably out of sync and we don't wanna pepper the code with 361 /* Probably out of sync and we don't wanna pepper the code with
362 lcd_update() calls for this. */ 362 lcd_update() calls for this. */
363 lcd_update(); 363 lcd_update();
364 lcd_call_enable_hook();
364 } 365 }
365 else 366 else
366 { 367 {