From 3020f5caf0b09fcaf85b3b3fa84fdf688ba22cc0 Mon Sep 17 00:00:00 2001 From: Dominik Sliwa Date: Thu, 9 Nov 2017 19:51:32 +0100 Subject: K20: can and spi fixes Signed-off-by: Dominik Sliwa --- source/gpio_ext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/gpio_ext.h') diff --git a/source/gpio_ext.h b/source/gpio_ext.h index ed1316a..a5a14da 100644 --- a/source/gpio_ext.h +++ b/source/gpio_ext.h @@ -26,10 +26,8 @@ struct gpio_id gpio_list [] = { {PORTB, GPIOB, 2}, {PORTB, GPIOB, 3}, #endif -#ifndef SDK_DEBUGCONSOLE {PORTB, GPIOB, 10}, {PORTB, GPIOB, 11}, -#endif {PORTB, GPIOB, 16}, {PORTB, GPIOB, 17}, {PORTB, GPIOB, 18}, @@ -56,8 +54,10 @@ struct gpio_id gpio_list [] = { {PORTD, GPIOD, 13}, {PORTD, GPIOD, 14}, {PORTD, GPIOD, 15}, +#ifndef SDK_DEBUGCONSOLE {PORTE, GPIOE, 0}, {PORTE, GPIOE, 1}, +#endif {PORTE, GPIOE, 2}, {PORTE, GPIOE, 3}, {PORTE, GPIOE, 4}, -- cgit v1.2.3