Clarifying comment.

This commit is contained in:
David A. Mellis 2012-11-29 13:55:59 -05:00
parent 4a01b84cab
commit 9d638ca052
1 changed files with 1 additions and 2 deletions

View File

@ -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)