mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-18 18:30:29 +00:00
Merge pull request #1794 from g-oikonomou/bugfix/cc13xx/prop-set-channel
Fix PROP mode channel switching
This commit is contained in:
commit
3550d43b47
@ -1104,7 +1104,7 @@ set_value(radio_param_t param, radio_value_t value)
|
|||||||
rv = RADIO_RESULT_ERROR;
|
rv = RADIO_RESULT_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(rx_on_prop() != RF_CORE_CMD_OK) {
|
if(soft_on_prop() != RF_CORE_CMD_OK) {
|
||||||
PRINTF("set_value: rx_on_prop() failed\n");
|
PRINTF("set_value: rx_on_prop() failed\n");
|
||||||
rv = RADIO_RESULT_ERROR;
|
rv = RADIO_RESULT_ERROR;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user