fix tx
This commit is contained in:
parent
b4c4cd44a3
commit
7802282906
@ -46,7 +46,7 @@ int main() {
|
|||||||
uartWrite('W');
|
uartWrite('W');
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
// __bis_status_register(LPM0_bits);
|
__bis_status_register(LPM0_bits);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ void uartWrite(uint8_t o) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
enableDataRegisterEmptyInterrupt();
|
enableDataRegisterEmptyInterrupt();
|
||||||
_realUartTx();
|
// _realUartTx();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user