kopia lustrzana https://github.com/OpenRTX/OpenRTX
Removed call to rtc_terminate inside MDx platform_terminate, as this freezed RTC on radio power off
rodzic
419639b7fe
commit
036f74c69e
|
|
@ -80,7 +80,6 @@ void platform_terminate()
|
|||
adc1_terminate();
|
||||
nvm_terminate();
|
||||
toneGen_terminate();
|
||||
rtc_terminate();
|
||||
audio_terminate();
|
||||
|
||||
/* Finally, remove power supply */
|
||||
|
|
|
|||
|
|
@ -89,7 +89,6 @@ void platform_terminate()
|
|||
/* Shut down all the modules */
|
||||
adc1_terminate();
|
||||
toneGen_terminate();
|
||||
rtc_terminate();
|
||||
chSelector_terminate();
|
||||
audio_terminate();
|
||||
|
||||
|
|
|
|||
|
|
@ -89,7 +89,6 @@ void platform_terminate()
|
|||
/* Shut down all the modules */
|
||||
adc1_terminate();
|
||||
nvm_terminate();
|
||||
rtc_terminate();
|
||||
toneGen_terminate();
|
||||
chSelector_terminate();
|
||||
audio_terminate();
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue