Use volatile access for CMD_IEEE_TX
This commit is contained in:
parent
dd640cd229
commit
4ce6d215e8
1 changed files with 1 additions and 1 deletions
|
@ -766,7 +766,7 @@ transmit(unsigned short transmit_len)
|
||||||
uint16_t stat;
|
uint16_t stat;
|
||||||
uint8_t tx_active = 0;
|
uint8_t tx_active = 0;
|
||||||
rtimer_clock_t t0;
|
rtimer_clock_t t0;
|
||||||
rfc_CMD_IEEE_TX_t cmd;
|
volatile rfc_CMD_IEEE_TX_t cmd;
|
||||||
|
|
||||||
if(!rf_is_on()) {
|
if(!rf_is_on()) {
|
||||||
was_off = 1;
|
was_off = 1;
|
||||||
|
|
Loading…
Reference in a new issue