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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/led.c b/firmware/drivers/led.c
index efc7123ffd..80e8469638 100644
--- a/firmware/drivers/led.c
+++ b/firmware/drivers/led.c
@@ -17,7 +17,7 @@
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20#include "types.h" 20#include <stdbool.h>
21#include "sh7034.h" 21#include "sh7034.h"
22#include "led.h" 22#include "led.h"
23 23