mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-23 22:42:49 +02:00
libubb/swuart.c (swuart_open): start TX high, not low
This commit is contained in:
parent
519ebe648c
commit
842766b9ed
@ -241,7 +241,7 @@ int swuart_open(uint32_t tx, uint32_t rx, int bps)
|
|||||||
|
|
||||||
ubb_power(1);
|
ubb_power(1);
|
||||||
OUT(tx);
|
OUT(tx);
|
||||||
CLR(tx);
|
SET(tx);
|
||||||
IN(rx);
|
IN(rx);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user