From 2b6d1cd0fa25b1ea2a8068182d9d14ec7e70ccfa Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 1 Mar 2015 15:39:04 -0800 Subject: replace unnecessary 'XXX' strings --- wirish/boards/st_stm32f401cdiscovery/board.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wirish') 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 */ -- cgit v1.2.3