From a076b0eeab4b84024287c23ca049d563b0467eff Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Wed, 18 May 2011 19:26:23 -0400 Subject: Punting the fix of Maple Native's boardUsedPins to 0.0.12. --- wirish/boards/maple_native.cpp | 2 +- wirish/boards/maple_native.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'wirish/boards') diff --git a/wirish/boards/maple_native.cpp b/wirish/boards/maple_native.cpp index fa36240..a6cff22 100644 --- a/wirish/boards/maple_native.cpp +++ b/wirish/boards/maple_native.cpp @@ -179,7 +179,7 @@ extern const uint8 boardADCPins[BOARD_NR_ADC_PINS] __FLASH__ = { 54, 55 }; -/* FIXME [0.0.10] see comment by BOARD_NR_USED_PINS in maple_native.h */ +/* FIXME [0.0.12] see comment by BOARD_NR_USED_PINS in maple_native.h */ extern const uint8 boardUsedPins[BOARD_NR_USED_PINS] __FLASH__ = { BOARD_LED_PIN, BOARD_BUTTON_PIN, BOARD_JTMS_SWDIO_PIN, BOARD_JTCK_SWCLK_PIN, BOARD_JTDI_PIN, BOARD_JTDO_PIN, BOARD_NJTRST_PIN diff --git a/wirish/boards/maple_native.h b/wirish/boards/maple_native.h index b573d72..1669994 100644 --- a/wirish/boards/maple_native.h +++ b/wirish/boards/maple_native.h @@ -70,7 +70,7 @@ #define BOARD_NR_GPIO_PINS 106 #define BOARD_NR_PWM_PINS 18 #define BOARD_NR_ADC_PINS 21 -/* FIXME [0.0.10] this isn't true at all; almost all of the triple +/* 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. */ -- cgit v1.2.3