diff options
Diffstat (limited to 'wirish/boards')
-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 */ |