mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-04 22:53:08 +02:00
libubb/swuart.c (swuart_open): don't call ubb_power
Leave all this to the libubb user.
This commit is contained in:
parent
505caf997b
commit
be82db036f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user