Skip to content

Commit

Permalink
Turn off radio again after transmitting
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdunkels committed Sep 2, 2015
1 parent 8bcde2e commit f1c4a5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cpu/cc26xx-cc13xx/rf-core/ieee-mode.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,11 @@ transmit(unsigned short transmit_len)
*/
rf_core_cmd_done_dis();


if(was_off) {
off();
}

return ret;
}
/*---------------------------------------------------------------------------*/
Expand Down

0 comments on commit f1c4a5e

Please sign in to comment.