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 aeaa1cc..9b2552f 100644
--- a/firmware/drivers/led.h
+++ b/firmware/drivers/led.h
@@ -20,7 +20,7 @@
#ifndef __LED_H__
#define __LED_H__
-#include "types.h"
+#include <stdbool.h>
extern void led( bool on );