Skip to content

Commit 9d638ca

Browse files
committed
Clarifying comment.
1 parent 4a01b84 commit 9d638ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cores/arduino/HardwareSerial.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636

3737
/*
3838
* on ATmega8, the uart and its bits are not numbered, so there is no "TXC0"
39-
* definition. It is slightly cleaner to define this here instead of having
40-
* conditional code in the cpp module.
39+
* definition.
4140
*/
4241
#if !defined(TXC0)
4342
#if defined(TXC)

0 commit comments

Comments
 (0)