mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-04 23:08:07 +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);
|
||||
OUT(tx);
|
||||
CLR(tx);
|
||||
SET(tx);
|
||||
IN(rx);
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user