aboutsummaryrefslogtreecommitdiffstats
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
parent685b3549b32cf35ee791de1e8392d254d4b3f2f4 (diff)
downloadlibrambutan-2b6d1cd0fa25b1ea2a8068182d9d14ec7e70ccfa.tar.gz
librambutan-2b6d1cd0fa25b1ea2a8068182d9d14ec7e70ccfa.zip
replace unnecessary 'XXX' strings
-rw-r--r--notes/usb.txt5
-rw-r--r--wirish/boards/st_stm32f401cdiscovery/board.cpp2
2 files changed, 3 insertions, 4 deletions
diff --git a/notes/usb.txt b/notes/usb.txt
index 9552b9f..c97c9b5 100644
--- a/notes/usb.txt
+++ b/notes/usb.txt
@@ -1,6 +1,5 @@
-XXX
-XXX This file may be out of date!
-XXX
+
+WARNING: This file may be out of date!
[NOTE: this is a long term proposal. The current implementation just does a
2ms TIMEOUT]
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 */