mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Turn off ENERGEST_TYPE_LISTEN in CC13xx prop mode off()
This commit is contained in:
parent
a161dc2959
commit
e0e20aa3fd
@ -971,6 +971,8 @@ off(void)
|
|||||||
rx_off_prop();
|
rx_off_prop();
|
||||||
rf_core_power_down();
|
rf_core_power_down();
|
||||||
|
|
||||||
|
ENERGEST_OFF(ENERGEST_TYPE_LISTEN);
|
||||||
|
|
||||||
/* Switch HF clock source to the RCOSC to preserve power */
|
/* Switch HF clock source to the RCOSC to preserve power */
|
||||||
oscillators_switch_to_hf_rc();
|
oscillators_switch_to_hf_rc();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user