diff options
| author | per1234 <accounts@perglass.com> | 2021-05-26 04:35:59 -0700 | 
|---|---|---|
| committer | per1234 <accounts@perglass.com> | 2021-05-26 04:39:38 -0700 | 
| commit | 8b327d7bede1c1245db99daeba4e168c92c11194 (patch) | |
| tree | b75e18bd089cff448953fe4304aabed878fce2d5 /cores/arduino/HardwareSerial_private.h | |
| parent | 5ec42f90eed49e886eb96ad156b4332ab3d21493 (diff) | |
Correct typos in comments and documentation
Diffstat (limited to 'cores/arduino/HardwareSerial_private.h')
| -rw-r--r-- | cores/arduino/HardwareSerial_private.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cores/arduino/HardwareSerial_private.h b/cores/arduino/HardwareSerial_private.h index 761a5e5..2e23cec 100644 --- a/cores/arduino/HardwareSerial_private.h +++ b/cores/arduino/HardwareSerial_private.h @@ -63,7 +63,7 @@  #endif  #endif // !defined TXC0 -// Check at compiletime that it is really ok to use the bit positions of +// Check at compile time that it is really ok to use the bit positions of  // UART0 for the other UARTs as well, in case these values ever get  // changed for future hardware.  #if defined(TXC1) && (TXC1 != TXC0 || RXEN1 != RXEN0 || RXCIE1 != RXCIE0 || \ | 
