mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 08:40:37 +02:00
atusb/fw/mac.c (do_tx): pulse SLP_TR instead of sending TRX_CMD_TX_START
This commit is contained in:
parent
1de233a7c7
commit
5fc9575e4e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user