summaryrefslogtreecommitdiff
path: root/firmware/drivers/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/led.c')
-rw-r--r--firmware/drivers/led.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/drivers/led.c b/firmware/drivers/led.c
index 182f30f4e0..24350126ba 100644
--- a/firmware/drivers/led.c
+++ b/firmware/drivers/led.c
@@ -22,11 +22,11 @@
22#include "led.h" 22#include "led.h"
23#include "system.h" 23#include "system.h"
24 24
25#ifdef HAVE_LED
26
25static bool xor; 27static bool xor;
26static bool current; 28static bool current;
27 29
28#ifdef HAVE_LED
29
30void led(bool on) 30void led(bool on)
31{ 31{
32 current = on; 32 current = on;