diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-04 13:36:52 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-04 13:36:52 -0400 |
commit | dde41df8c16fd92aa1b267383ae689c678e7758d (patch) | |
tree | 5889844b7b4d95a62f7cc9e582fc9dd05a562afc /wirish/boards | |
parent | 8ea79ddf6ab35ca48415d46f8c2ab09ed493b464 (diff) | |
download | librambutan-dde41df8c16fd92aa1b267383ae689c678e7758d.tar.gz librambutan-dde41df8c16fd92aa1b267383ae689c678e7758d.zip |
Maple Mini pin map fix.
Thanks, Xavier!
Diffstat (limited to 'wirish/boards')
-rw-r--r-- | wirish/boards/maple_mini.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wirish/boards/maple_mini.cpp b/wirish/boards/maple_mini.cpp index 02d62c7..3bc250b 100644 --- a/wirish/boards/maple_mini.cpp +++ b/wirish/boards/maple_mini.cpp @@ -75,7 +75,7 @@ extern const stm32_pin_info PIN_MAP[BOARD_NR_GPIO_PINS] = { {GPIOA, NULL, NULL, 12, 0, ADCx}, /* D23/PA12 */ {GPIOA, TIMER1, NULL, 11, 4, ADCx}, /* D24/PA11 */ {GPIOA, TIMER1, NULL, 10, 3, ADCx}, /* D25/PA10 */ - {GPIOA, TIMER2, NULL, 9, 2, ADCx}, /* D26/PA9 */ + {GPIOA, TIMER1, NULL, 9, 2, ADCx}, /* D26/PA9 */ {GPIOA, TIMER1, NULL, 8, 1, ADCx}, /* D27/PA8 */ {GPIOB, NULL, NULL, 15, 0, ADCx}, /* D28/PB15 */ {GPIOB, NULL, NULL, 14, 0, ADCx}, /* D29/PB14 */ |