diff --git a/cpu/cc26xx-cc13xx/rf-core/ieee-mode.c b/cpu/cc26xx-cc13xx/rf-core/ieee-mode.c index e6b0d7e61..fc0ef7cbb 100644 --- a/cpu/cc26xx-cc13xx/rf-core/ieee-mode.c +++ b/cpu/cc26xx-cc13xx/rf-core/ieee-mode.c @@ -767,7 +767,7 @@ transmit(unsigned short transmit_len) uint16_t stat; uint8_t tx_active = 0; rtimer_clock_t t0; - rfc_CMD_IEEE_TX_t cmd; + volatile rfc_CMD_IEEE_TX_t cmd; if(!rf_is_on()) { was_off = 1;