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

@ -46,7 +46,7 @@ int main() {
uartWrite('W'); uartWrite('W');
while (1) { while (1) {
// __bis_status_register(LPM0_bits); __bis_status_register(LPM0_bits);
} }
} }

View File

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