aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/boards
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-05-18 19:26:23 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-05-19 15:03:21 -0400
commita076b0eeab4b84024287c23ca049d563b0467eff (patch)
tree7c3a2fcf322a430f67d9a5b480d5ee2edb4bf908 /wirish/boards
parent6c06df1ca4227bc47414a3823bab8d49955b1226 (diff)
downloadlibrambutan-a076b0eeab4b84024287c23ca049d563b0467eff.tar.gz
librambutan-a076b0eeab4b84024287c23ca049d563b0467eff.zip
Punting the fix of Maple Native's boardUsedPins to 0.0.12.
Diffstat (limited to 'wirish/boards')
-rw-r--r--wirish/boards/maple_native.cpp2
-rw-r--r--wirish/boards/maple_native.h2
2 files changed, 2 insertions, 2 deletions
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. */