mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2025-04-21 12:27:27 +03:00
libubb/swuart.c (swuart_open): start TX high, not low
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user