diff options
Diffstat (limited to 'firmware/target/arm/ipod/video/lcd-video.c')
-rw-r--r-- | firmware/target/arm/ipod/video/lcd-video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/ipod/video/lcd-video.c b/firmware/target/arm/ipod/video/lcd-video.c index ecd28bb7c3..ea9738b3a4 100644 --- a/firmware/target/arm/ipod/video/lcd-video.c +++ b/firmware/target/arm/ipod/video/lcd-video.c @@ -618,7 +618,7 @@ void lcd_awake(void) tick_add_task(&lcd_tick); wakeup_wait(&(lcd_state.initwakeup), TIMEOUT_BLOCK); - lcd_activation_call_hook(); + send_event(LCD_EVENT_ACTIVATION, NULL); } } |