Skip to content

Commit afcc786

Browse files
committed
drivers/at86rf215: re-enable RPC when TX is done
1 parent 5d26414 commit afcc786

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/at86rf215/at86rf215.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,9 @@ void at86rf215_tx_done(at86rf215_t *dev)
226226
}
227227

228228
at86rf215_reg_write(dev, dev->BBC->RG_AMCS, amcs);
229+
230+
/* re-enable reduced power consumption */
231+
at86rf215_enable_rpc(dev);
229232
}
230233

231234
static bool _tx_ongoing(at86rf215_t *dev)

0 commit comments

Comments
 (0)