From 697859c29b7922577a78087cb39549a137eee1b6 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Jul 2019 18:48:25 +0100 Subject: support new hardware for adapter --- app/project.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'app/project.h') 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 #include -#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" -- cgit v1.2.3