RTC toggle in hardware.cpp

This commit is contained in:
Nathan Schulte 2022-11-21 02:48:55 -06:00 committed by rusefillc
parent 80cfdc4e1a
commit 2afc9162eb
1 changed files with 3 additions and 2 deletions

View File

@ -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();