BODGE fix gear detector #86

This commit is contained in:
Matthew Kennedy 2023-04-21 19:51:26 -07:00
parent 39b58e05d4
commit cb49ef78da
1 changed files with 2 additions and 0 deletions

View File

@ -280,6 +280,8 @@ void runRusEfiWithConfig() {
*/
initEngineController();
engine->module<GearDetector>()->onConfigurationChange(nullptr);
#if EFI_ENGINE_EMULATOR
initEngineEmulator();
#endif