mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-01 03:47:23 +03:00
Clarifying comment.
This commit is contained in:
@ -36,8 +36,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* on ATmega8, the uart and its bits are not numbered, so there is no "TXC0"
|
* 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
|
* definition.
|
||||||
* conditional code in the cpp module.
|
|
||||||
*/
|
*/
|
||||||
#if !defined(TXC0)
|
#if !defined(TXC0)
|
||||||
#if defined(TXC)
|
#if defined(TXC)
|
||||||
|
Reference in New Issue
Block a user