summaryrefslogtreecommitdiff
path: root/firmware/backlight.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/backlight.c')
-rw-r--r--firmware/backlight.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/firmware/backlight.c b/firmware/backlight.c
index 2ba4d6ed1d..41f0f75424 100644
--- a/firmware/backlight.c
+++ b/firmware/backlight.c
@@ -487,7 +487,12 @@ void backlight_thread(void)
487 lcd_remote_off(); 487 lcd_remote_off();
488 break; 488 break;
489#endif /* defined(HAVE_REMOTE_LCD) && !defined(SIMULATOR) */ 489#endif /* defined(HAVE_REMOTE_LCD) && !defined(SIMULATOR) */
490 490#ifdef SIMULATOR
491 /* This one here too for lack of a better place */
492 case SYS_SCREENDUMP:
493 screen_dump();
494 break;
495#endif
491 case SYS_USB_CONNECTED: 496 case SYS_USB_CONNECTED:
492 /* Tell the USB thread that we are safe */ 497 /* Tell the USB thread that we are safe */
493 DEBUGF("backlight_thread got SYS_USB_CONNECTED\n"); 498 DEBUGF("backlight_thread got SYS_USB_CONNECTED\n");