Skip to content

Commit

Permalink
Fixed Atmega328P def
Browse files Browse the repository at this point in the history
  • Loading branch information
mbs38 committed Apr 21, 2018
1 parent 76e2184 commit 5bc9a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaMBSiavr.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
#define UBRRH UBRR1H
#define UBRRL UBRR1L

#elif defined(__AVR_ATmega168PA__)|(__AVR_ATmega88PA__)|(__AVR_ATmega328PA__)
#elif defined(__AVR_ATmega168PA__)|(__AVR_ATmega88PA__)|(__AVR_ATmega328P__)
#define UART_TRANSMIT_COMPLETE_INTERRUPT USART_TX_vect
#define UART_RECEIVE_INTERRUPT USART_RX_vect
#define UART_TRANSMIT_INTERRUPT USART_UDRE_vect
Expand Down

0 comments on commit 5bc9a5f

Please sign in to comment.