aboutsummaryrefslogtreecommitdiffstats
path: root/wirish
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2015-03-01 15:39:04 -0800
committerbnewbold <bnewbold@robocracy.org>2015-03-01 21:42:27 -0800
commit2b6d1cd0fa25b1ea2a8068182d9d14ec7e70ccfa (patch)
tree8b13d83d9e531e4ee976e21823e43a0739bb6bc8 /wirish
parent685b3549b32cf35ee791de1e8392d254d4b3f2f4 (diff)
downloadlibrambutan-2b6d1cd0fa25b1ea2a8068182d9d14ec7e70ccfa.tar.gz
librambutan-2b6d1cd0fa25b1ea2a8068182d9d14ec7e70ccfa.zip
replace unnecessary 'XXX' strings
Diffstat (limited to 'wirish')
-rw-r--r--wirish/boards/st_stm32f401cdiscovery/board.cpp2
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 */