summaryrefslogtreecommitdiff
path: root/color.c
diff options
context:
space:
mode:
Diffstat (limited to 'color.c')
-rw-r--r--color.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/color.c b/color.c
index e7e072d..297bd02 100644
--- a/color.c
+++ b/color.c
@@ -1,6 +1,4 @@
-#include "color.h"
-#include <stdint.h>
-
+#include "trafficlight.h"
void set_color(uint8_t color) {
uint32_t pins = GPIO_PIN_1 | GPIO_PIN_2 | GPIO_PIN_3 | GPIO_PIN_4 | GPIO_PIN_5 | GPIO_PIN_6;