This commit is contained in:
hg
2014-06-05 21:00:27 +02:00
parent b4c4cd44a3
commit 7802282906
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ void uartWrite(uint8_t o) {
}
enableDataRegisterEmptyInterrupt();
_realUartTx();
// _realUartTx();
#endif
}