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

pull/53/head
Silvano Seva 2021-11-12 22:45:28 +01:00
rodzic 419639b7fe
commit 036f74c69e
3 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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