Clean up "else" and other spacing
This commit is contained in:
committed by
Richard Wackerbarth
parent
9b23490f01
commit
9bdab4f3a8
@ -78,7 +78,8 @@ void MarlinSerial::begin(long baud) {
|
||||
if (useU2X) {
|
||||
M_UCSRxA = BIT(M_U2Xx);
|
||||
baud_setting = (F_CPU / 4 / baud - 1) / 2;
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
M_UCSRxA = 0;
|
||||
baud_setting = (F_CPU / 8 / baud - 1) / 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user