1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-07-01 03:12:21 +03:00

libubb/swuart.c (swuart_open): start TX high, not low

This commit is contained in:
Werner Almesberger 2012-12-17 22:44:47 -03:00
parent 519ebe648c
commit 842766b9ed

View File

@ -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;