summaryrefslogtreecommitdiff
path: root/firmware/target/arm/philips
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/philips')
-rwxr-xr-xfirmware/target/arm/philips/sa9200/lcd-sa9200.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/philips/sa9200/lcd-sa9200.c b/firmware/target/arm/philips/sa9200/lcd-sa9200.c
index 3937c078c6..51a3cf0f71 100755
--- a/firmware/target/arm/philips/sa9200/lcd-sa9200.c
+++ b/firmware/target/arm/philips/sa9200/lcd-sa9200.c
@@ -339,7 +339,7 @@ void lcd_enable(bool on)
339 /* Probably out of sync and we don't wanna pepper the code with 339 /* Probably out of sync and we don't wanna pepper the code with
340 lcd_update() calls for this. */ 340 lcd_update() calls for this. */
341 lcd_update(); 341 lcd_update();
342 lcd_activation_call_hook(); 342 send_event(LCD_EVENT_ACTIVATION, NULL);
343 } 343 }
344 else 344 else
345 { 345 {