File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 67
67
// UART0 for the other UARTs as well, in case these values ever get
68
68
// changed for future hardware.
69
69
#if defined(TXC1 ) && (TXC1 != TXC0 || RXEN1 != RXEN0 || RXCIE1 != RXCIE0 || \
70
- UDRIE1 != UDRIE0 || U2X1 != U2X0 || UPE1 != UPE0 || \
71
- UDRE1 != UDRE0 )
70
+ UDRIE1 != UDRIE0 || U2X1 != U2X0 || UPE1 != UPE0 || UDRE1 != UDRE0 )
72
71
#error "Not all bit positions for UART1 are the same as for UART0"
73
72
#endif
74
73
#if defined(TXC2 ) && (TXC2 != TXC0 || RXEN2 != RXEN0 || RXCIE2 != RXCIE0 || \
75
- UDRIE2 != UDRIE0 || U2X2 != U2X0 || UPE2 != UPE0 || \
76
- UDRE2 != UDRE0 )
74
+ UDRIE2 != UDRIE0 || U2X2 != U2X0 || UPE2 != UPE0 || UDRE2 != UDRE0 )
77
75
#error "Not all bit positions for UART2 are the same as for UART0"
78
76
#endif
79
77
#if defined(TXC3 ) && (TXC3 != TXC0 || RXEN3 != RXEN0 || RXCIE3 != RXCIE0 || \
80
- UDRIE3 != UDRIE0 || U3X3 != U3X0 || UPE3 != UPE0 || \
81
- UDRE3 != UDRE0 )
78
+ UDRIE3 != UDRIE0 || U2X3 != U2X0 || UPE3 != UPE0 || UDRE3 != UDRE0 )
82
79
#error "Not all bit positions for UART3 are the same as for UART0"
83
80
#endif
84
81
You can’t perform that action at this time.
0 commit comments