aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/NIL-ARDUINO-NANO
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/NIL-ARDUINO-NANO')
-rw-r--r--demos/AVR/NIL-ARDUINO-NANO/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR/NIL-ARDUINO-NANO/main.c b/demos/AVR/NIL-ARDUINO-NANO/main.c
index c36bbd675..b0d982e45 100644
--- a/demos/AVR/NIL-ARDUINO-NANO/main.c
+++ b/demos/AVR/NIL-ARDUINO-NANO/main.c
@@ -41,7 +41,7 @@ THD_FUNCTION(Thread2, arg) {
/*
* Activates the serial driver 1 using the driver default configuration.
- * PA9 and PA10 are routed to USART1.
+ * PD0(RX) and PD1(TX) are routed to USART0.
*/
sdStart(&SD1, NULL);