mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
atusb/fw/mac.c (do_tx): pulse SLP_TR instead of sending TRX_CMD_TX_START
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user