Skip to content

Commit 0e0715a

Browse files
committed
Clarifying comment.
1 parent e7a3130 commit 0e0715a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hardware/arduino/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)