1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-22 14:10:37 +02:00

atusb/fw/mac.c (do_tx): pulse SLP_TR instead of sending TRX_CMD_TX_START

This commit is contained in:
Werner Almesberger 2013-03-29 15:03:03 -03:00
parent 1de233a7c7
commit 5fc9575e4e

View File

@ -154,7 +154,7 @@ static void do_tx(void *user)
spi_send(tx_buf[i]);
spi_end();
reg_write(REG_TRX_STATE, TRX_CMD_TX_START);
slp_tr();
txing = 1;