diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-08-31 15:32:29 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-08-31 15:32:29 -0400 |
commit | 11246451b7b96e01e7d421a8f78fe1f580d6f9de (patch) | |
tree | e8fd3a616675d842b489c0a065f0244aee4f15cc | |
parent | 8c9eb00d76c3df41e022ecf4b0a80db0a632e693 (diff) | |
download | librambutan-11246451b7b96e01e7d421a8f78fe1f580d6f9de.tar.gz librambutan-11246451b7b96e01e7d421a8f78fe1f580d6f9de.zip |
maple-native.cpp: Comment tweak.
First in what is sure to be a long series of efforts in educating
people that you can have GPIOs 56--100 or the SRAM chip, but not both.
-rw-r--r-- | wirish/boards/maple_native.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wirish/boards/maple_native.cpp b/wirish/boards/maple_native.cpp index 9faa5ad..596a262 100644 --- a/wirish/boards/maple_native.cpp +++ b/wirish/boards/maple_native.cpp @@ -113,7 +113,7 @@ extern const stm32_pin_info PIN_MAP[BOARD_NR_GPIO_PINS] = { {GPIOA, TIMER3, ADC1, 6, 1, 6}, /* D54/PA6 */ {GPIOA, TIMER3, ADC1, 7, 2, 7}, /* D55/PA7 */ - /* Right (triple) header */ + /* FSMC (triple) header */ {GPIOF, NULL, NULL, 0, 0, ADCx}, /* D56/PF0 */ {GPIOD, NULL, NULL, 11, 0, ADCx}, /* D57/PD11 */ |