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

libubb/swuart.c (swuart_open): don't call ubb_power

Leave all this to the libubb user.
This commit is contained in:
Werner Almesberger 2012-12-29 21:17:09 -03:00
parent 505caf997b
commit be82db036f

View File

@ -247,7 +247,6 @@ int swuart_open(uint32_t tx, uint32_t rx, int bps)
tx_mask = tx;
rx_mask = rx;
ubb_power(1);
OUT(tx);
SET(tx);
IN(rx);