summaryrefslogtreecommitdiff
path: root/source/gpio_ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/gpio_ext.h')
-rw-r--r--source/gpio_ext.h2
1 files changed, 2 insertions, 0 deletions
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},