Tweak some else clauses

This commit is contained in:
Scott Lahteine
2017-06-10 16:39:48 -05:00
parent fc89de6d8b
commit 57a51fd5db
4 changed files with 14 additions and 13 deletions

View File

@ -320,7 +320,8 @@
// space for us.
if (TEST(M_UCSRxA, M_UDREx))
_tx_udr_empty_irq();
} else {
}
else {
// nop, the interrupt handler will free up space for us
}
}