diff options
Diffstat (limited to 'wirish/boards/st_stm32f401cdiscovery')
-rw-r--r-- | wirish/boards/st_stm32f401cdiscovery/board.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wirish/boards/st_stm32f401cdiscovery/board.cpp b/wirish/boards/st_stm32f401cdiscovery/board.cpp index 4527a42..7f89ab6 100644 --- a/wirish/boards/st_stm32f401cdiscovery/board.cpp +++ b/wirish/boards/st_stm32f401cdiscovery/board.cpp @@ -69,7 +69,7 @@ void boardInit(void) { // - ADC device, or NULL if none // - ADC channel, or ADCx if none // -// XXX: This table is definately not complete for the STM32F401C!! +// TODO: This table is definately not complete for the STM32F401C!! extern const stm32_pin_info PIN_MAP[BOARD_NR_GPIO_PINS] = { PMAP_ROW(GPIOA, 0, NULL, 0, NULL, ADCx), /* D0/PA0 */ PMAP_ROW(GPIOA, 1, NULL, 0, NULL, ADCx), /* D1/PA1 */ |