summaryrefslogtreecommitdiffstats
path: root/app/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/project.h')
-rw-r--r--app/project.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/project.h b/app/project.h
index 5731f0d..3baf0b2 100644
--- a/app/project.h
+++ b/app/project.h
@@ -22,8 +22,11 @@
#include <stdio.h>
#include <errno.h>
-#define LED_GPIO GPIO13
-#define LED_BANK GPIOC
+#define LED1_GPIO GPIO13
+#define LED1_BANK GPIOC
+
+#define LED2_GPIO GPIO12
+#define LED2_BANK GPIOB
#include "ring.h"