Explicitly send CMD_ABORT in prop mode before powering down
This commit is contained in:
parent
324d03b53c
commit
54648591ee
1 changed files with 1 additions and 0 deletions
|
@ -968,6 +968,7 @@ off(void)
|
||||||
return RF_CORE_CMD_OK;
|
return RF_CORE_CMD_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rx_off_prop();
|
||||||
rf_core_power_down();
|
rf_core_power_down();
|
||||||
|
|
||||||
/* Switch HF clock source to the RCOSC to preserve power */
|
/* Switch HF clock source to the RCOSC to preserve power */
|
||||||
|
|
Loading…
Reference in a new issue