Merge pull request #1794 from g-oikonomou/bugfix/cc13xx/prop-set-channel

Fix PROP mode channel switching
This commit is contained in:
Antonio Lignan 2016-08-16 12:57:43 +02:00 committed by GitHub
commit 3550d43b47
1 changed files with 1 additions and 1 deletions

View File

@ -1104,7 +1104,7 @@ set_value(radio_param_t param, radio_value_t value)
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");
rv = RADIO_RESULT_ERROR;
}