Use _BV macros, patch up others
This commit is contained in:
@ -79,7 +79,7 @@ void MarlinSerial::begin(long baud) {
|
||||
#endif
|
||||
|
||||
if (useU2X) {
|
||||
M_UCSRxA = BIT(M_U2Xx);
|
||||
M_UCSRxA = _BV(M_U2Xx);
|
||||
baud_setting = (F_CPU / 4 / baud - 1) / 2;
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user