diff options
author | Theodore Ateba <tf.ateba@gmail.com> | 2018-02-04 13:36:12 +0000 |
---|---|---|
committer | Theodore Ateba <tf.ateba@gmail.com> | 2018-02-04 13:36:12 +0000 |
commit | dacb403627fc97dce0bf64b3c4ebecb879f3ce0d (patch) | |
tree | 4afb0b26909f7697d8c854e60ada14499c7585b0 /demos/AVR/NIL-ARDUINO-MEGA | |
parent | d9ad41cec2dd7f2d23e2a700adfcf7a35568d43c (diff) | |
download | ChibiOS-dacb403627fc97dce0bf64b3c4ebecb879f3ce0d.tar.gz ChibiOS-dacb403627fc97dce0bf64b3c4ebecb879f3ce0d.tar.bz2 ChibiOS-dacb403627fc97dce0bf64b3c4ebecb879f3ce0d.zip |
Update all demos comments and indent
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11429 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR/NIL-ARDUINO-MEGA')
-rw-r--r-- | demos/AVR/NIL-ARDUINO-MEGA/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR/NIL-ARDUINO-MEGA/main.c b/demos/AVR/NIL-ARDUINO-MEGA/main.c index c36bbd675..2880d787a 100644 --- a/demos/AVR/NIL-ARDUINO-MEGA/main.c +++ b/demos/AVR/NIL-ARDUINO-MEGA/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.
+ * PE0(RX) and PE1(TX) are routed to USART0.
*/
sdStart(&SD1, NULL);
|