flash write on small can works

This commit is contained in:
Matthew Kennedy 2023-09-06 14:48:59 -07:00 committed by Andrey
parent f0a79dc654
commit bc8e046547
1 changed files with 4 additions and 0 deletions

View File

@ -205,6 +205,10 @@ static void doPeriodicSlowCallback() {
}
engine->periodicSlowCallback();
#else /* if EFI_ENGINE_CONTROL && EFI_SHAFT_POSITION_INPUT */
#if EFI_INTERNAL_FLASH
writeToFlashIfPending();
#endif /* EFI_INTERNAL_FLASH */
#endif /* if EFI_ENGINE_CONTROL && EFI_SHAFT_POSITION_INPUT */
#if EFI_TCU