summaryrefslogtreecommitdiff
path: root/firmware/drivers/led.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/led.h')
-rw-r--r--firmware/drivers/led.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/led.h b/firmware/drivers/led.h
index aeaa1cc476..9b2552f738 100644
--- a/firmware/drivers/led.h
+++ b/firmware/drivers/led.h
@@ -20,7 +20,7 @@
20#ifndef __LED_H__ 20#ifndef __LED_H__
21#define __LED_H__ 21#define __LED_H__
22 22
23#include "types.h" 23#include <stdbool.h>
24 24
25extern void led( bool on ); 25extern void led( bool on );
26 26