saving 4 bytes of RAM?

This commit is contained in:
rusefillc 2022-08-25 22:34:16 -04:00
parent 67055c69bf
commit 50a1794851
1 changed files with 3 additions and 0 deletions

View File

@ -434,7 +434,10 @@ public:
void onSparkFireKnockSense(uint8_t cylinderIndex, efitick_t nowNt);
#if EFI_UNIT_TEST
// todo: refactor into EngineModule to get more consistent with other mocks?
AirmassModelBase* mockAirmassModel = nullptr;
#endif
LimpManager limpManager;