Removed call to rtc_terminate inside MDx platform_terminate, as this freezed RTC on radio power off

This commit is contained in:
Silvano Seva 2021-11-12 22:45:28 +01:00
parent 419639b7fe
commit 036f74c69e
3 changed files with 0 additions and 3 deletions

View File

@ -80,7 +80,6 @@ void platform_terminate()
adc1_terminate();
nvm_terminate();
toneGen_terminate();
rtc_terminate();
audio_terminate();
/* Finally, remove power supply */

View File

@ -89,7 +89,6 @@ void platform_terminate()
/* Shut down all the modules */
adc1_terminate();
toneGen_terminate();
rtc_terminate();
chSelector_terminate();
audio_terminate();

View File

@ -89,7 +89,6 @@ void platform_terminate()
/* Shut down all the modules */
adc1_terminate();
nvm_terminate();
rtc_terminate();
toneGen_terminate();
chSelector_terminate();
audio_terminate();