From 4309cc4c0bdf4ece1b9ac57932d9f9d57f65640b Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Fri, 9 Sep 2011 15:13:06 -0400 Subject: Maple Native: Fix BOARD_NR_USED_PINS, boardUsedPins. --- wirish/boards/maple_native.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'wirish/boards/maple_native.h') diff --git a/wirish/boards/maple_native.h b/wirish/boards/maple_native.h index 6e51653..f575bfb 100644 --- a/wirish/boards/maple_native.h +++ b/wirish/boards/maple_native.h @@ -70,12 +70,7 @@ #define BOARD_NR_GPIO_PINS 106 #define BOARD_NR_PWM_PINS 18 #define BOARD_NR_ADC_PINS 21 -/* FIXME [0.0.12] this isn't true at all; almost all of the triple - * header pins are used by the FSMC by default. Fix this (and the - * corresponding boardUsedPins definition in maple_native.cpp) by QA - * time. */ -#define BOARD_NR_USED_PINS 7 - +#define BOARD_NR_USED_PINS 43 #define BOARD_JTMS_SWDIO_PIN 101 #define BOARD_JTCK_SWCLK_PIN 102 #define BOARD_JTDI_PIN 103 -- cgit v1.2.3