Skip to content

Commit

Permalink
Merge pull request #335 from mfunkey/m8_rs485
Browse files Browse the repository at this point in the history
Add TXC0 define to make rs485 usable on atmega8
  • Loading branch information
WestfW authored Dec 25, 2021
2 parents 1ab443c + 388360a commit 2fc8494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optiboot/bootloaders/optiboot/pin_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
#define UDR0 UDR
#define UDRE0 UDRE
#define RXC0 RXC
#define TXC0 TXC
#define FE0 FE
#define TIFR1 TIFR
#define WDTCSR WDTCR
Expand Down

0 comments on commit 2fc8494

Please sign in to comment.