mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
Clarifying comment.
This commit is contained in:
parent
e7a31301e5
commit
0e0715abd3
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user