summaryrefslogtreecommitdiff
path: root/firmware/backlight.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/backlight.c')
-rw-r--r--firmware/backlight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/backlight.c b/firmware/backlight.c
index 4e76072822..cbd15ee46b 100644
--- a/firmware/backlight.c
+++ b/firmware/backlight.c
@@ -158,7 +158,7 @@ static long backlight_stack[DEFAULT_STACK_SIZE/sizeof(long)];
158#ifdef X5_BACKLIGHT_SHUTDOWN 158#ifdef X5_BACKLIGHT_SHUTDOWN
159#define BACKLIGHT_QUIT 256 159#define BACKLIGHT_QUIT 256
160/* Need to save this for x5 shutdown */ 160/* Need to save this for x5 shutdown */
161static int backlight_thread_id; 161struct thread_entry* backlight_thread_id;
162#endif 162#endif
163static const char backlight_thread_name[] = "backlight"; 163static const char backlight_thread_name[] = "backlight";
164static struct event_queue backlight_queue; 164static struct event_queue backlight_queue;