Removed call to rtc_terminate inside MDx platform_terminate, as this freezed RTC on radio power off
This commit is contained in:
parent
419639b7fe
commit
036f74c69e
|
|
@ -80,7 +80,6 @@ void platform_terminate()
|
||||||
adc1_terminate();
|
adc1_terminate();
|
||||||
nvm_terminate();
|
nvm_terminate();
|
||||||
toneGen_terminate();
|
toneGen_terminate();
|
||||||
rtc_terminate();
|
|
||||||
audio_terminate();
|
audio_terminate();
|
||||||
|
|
||||||
/* Finally, remove power supply */
|
/* Finally, remove power supply */
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,6 @@ void platform_terminate()
|
||||||
/* Shut down all the modules */
|
/* Shut down all the modules */
|
||||||
adc1_terminate();
|
adc1_terminate();
|
||||||
toneGen_terminate();
|
toneGen_terminate();
|
||||||
rtc_terminate();
|
|
||||||
chSelector_terminate();
|
chSelector_terminate();
|
||||||
audio_terminate();
|
audio_terminate();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,6 @@ void platform_terminate()
|
||||||
/* Shut down all the modules */
|
/* Shut down all the modules */
|
||||||
adc1_terminate();
|
adc1_terminate();
|
||||||
nvm_terminate();
|
nvm_terminate();
|
||||||
rtc_terminate();
|
|
||||||
toneGen_terminate();
|
toneGen_terminate();
|
||||||
chSelector_terminate();
|
chSelector_terminate();
|
||||||
audio_terminate();
|
audio_terminate();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue