From f3f54d37d7888235bccac1c0cddda1dd9b2323f4 Mon Sep 17 00:00:00 2001 From: Dominik Sliwa Date: Tue, 11 Sep 2018 15:35:14 +0200 Subject: implement SWO debugging Signed-off-by: Dominik Sliwa --- source/gpio_ext.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/gpio_ext.h') diff --git a/source/gpio_ext.h b/source/gpio_ext.h index 39a9183..7d87f4f 100644 --- a/source/gpio_ext.h +++ b/source/gpio_ext.h @@ -18,7 +18,9 @@ struct gpio_id{ }; struct gpio_id gpio_list [] = { +#ifndef USE_SWO {PORTA, GPIOA, 3}, +#endif {PORTA, GPIOA, 5}, #ifdef TESTER_BUILD {PORTA, GPIOA, 12}, -- cgit v1.2.3