We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a3130 commit 0e0715aCopy full SHA for 0e0715a
hardware/arduino/cores/arduino/HardwareSerial.cpp
@@ -36,8 +36,7 @@
36
37
/*
38
* 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.
+ * definition.
41
*/
42
#if !defined(TXC0)
43
#if defined(TXC)
0 commit comments