Clean up "else" and other spacing
This commit is contained in:
parent
9b23490f01
commit
9bdab4f3a8
12 changed files with 115 additions and 68 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue