diff --git a/dsp/avtimer.c b/dsp/avtimer.c index ad5e13af3f..e1d032d536 100644 --- a/dsp/avtimer.c +++ b/dsp/avtimer.c @@ -271,6 +271,7 @@ int avcs_core_disable_power_collapse(int enable) rc = avcs_core_disable_avtimer( avtimer.timer_handle); avtimer.timer_handle = 0; + atomic_set(&avtimer.adsp_ready, 0); } } }