diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2012-11-29 13:55:59 -0500 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2012-11-29 13:55:59 -0500 |
commit | 9d638ca052d97843a9ba47040f6f60804a9d0dfe (patch) | |
tree | 63e6148b4f5079dd6b77710566aca75ea092ff95 /cores/arduino/HardwareSerial.cpp | |
parent | 4a01b84cabd20f063b59cf5a543317a690751861 (diff) |
Clarifying comment.
Diffstat (limited to 'cores/arduino/HardwareSerial.cpp')
-rw-r--r-- | cores/arduino/HardwareSerial.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cores/arduino/HardwareSerial.cpp b/cores/arduino/HardwareSerial.cpp index 719f3f6..794a7be 100644 --- a/cores/arduino/HardwareSerial.cpp +++ b/cores/arduino/HardwareSerial.cpp @@ -36,8 +36,7 @@ /* * on ATmega8, the uart and its bits are not numbered, so there is no "TXC0" - * definition. It is slightly cleaner to define this here instead of having - * conditional code in the cpp module. + * definition. */ #if !defined(TXC0) #if defined(TXC) |