summaryrefslogtreecommitdiff
path: root/firmware/export/led.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/led.h')
-rw-r--r--firmware/export/led.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/export/led.h b/firmware/export/led.h
index f1b3b95447..1dad329e4b 100644
--- a/firmware/export/led.h
+++ b/firmware/export/led.h
@@ -23,8 +23,6 @@
23#include <stdbool.h> 23#include <stdbool.h>
24 24
25extern void led( bool on ); 25extern void led( bool on );
26#if CONFIG_LED == LED_VIRTUAL 26extern bool led_read(int delayticks);
27extern bool led_read(int delayticks); /* read for status bar */
28#endif
29 27
30#endif 28#endif