Skip to content

Commit

Permalink
Add TXC0 define to make rs485 usable on atmega8
Browse files Browse the repository at this point in the history
  • Loading branch information
mfunkey committed Dec 25, 2021
1 parent 1ab443c commit 388360a
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 388360a

Please sign in to comment.