Skip to content

Commit

Permalink
Update platforms/avr/drivers/uart.c
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Challis <[email protected]>
  • Loading branch information
fauxpark and zvecr committed Oct 28, 2021
1 parent a2e2310 commit c6931a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion platforms/avr/drivers/uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include <avr/interrupt.h>

#include "uart.h"
#include "progmem.h"

#if defined(__AVR_AT90USB162__) || defined(__AVR_ATmega16U2__) || defined(__AVR_ATmega32U2__) || defined(__AVR_ATmega16U4__) || defined(__AVR_ATmega32U4__) || defined(__AVR_AT90USB646__) || defined(__AVR_AT90USB647__) || defined(__AVR_AT90USB1286__) || defined(__AVR_AT90USB1287__)
# define UDRn UDR1
Expand Down

0 comments on commit c6931a7

Please sign in to comment.