preparing for #974

code comments & refactoring
This commit is contained in:
rusefi 2019-10-15 01:27:19 -04:00
parent 6629b90a7f
commit dda7f4d343
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@
#include "cj125.h" #include "cj125.h"
#endif /* EFI_CJ125 */ #endif /* EFI_CJ125 */
EXTERN_ENGINE;
// this method is used by real firmware and simulator and unit test // this method is used by real firmware and simulator and unit test
void mostCommonInitEngineController(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX) { void mostCommonInitEngineController(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX) {
#if !EFI_UNIT_TEST #if !EFI_UNIT_TEST