RTC toggle in hardware.cpp
This commit is contained in:
parent
80cfdc4e1a
commit
2afc9162eb
|
@ -413,9 +413,10 @@ void initHardwareNoConfig() {
|
|||
#if EFI_PROD_CODE
|
||||
// it's important to initialize this pretty early in the game before any scheduling usages
|
||||
initSingleTimerExecutorHardware();
|
||||
|
||||
#if EFI_RTC
|
||||
initRtc();
|
||||
#endif /* EFI_PROD_CODE */
|
||||
#endif // EFI_RTC
|
||||
#endif // EFI_PROD_CODE
|
||||
|
||||
#if EFI_INTERNAL_FLASH
|
||||
initFlash();
|
||||
|
|
Loading…
Reference in New Issue