progress towards E30 M3 Tach output solution #907 #1203

This commit is contained in:
rusefi 2020-04-01 19:12:34 -04:00
parent 907b80efa9
commit 26f1ff996b
1 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@
#include "tachometer.h"
#include "trigger_central.h"
#if !EFI_UNIT_TEST
EXTERN_ENGINE;
@ -52,4 +51,4 @@ void initTachometer(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
#endif /* EFI_SHAFT_POSITION_INPUT */
}
#endif /* EFI_UNIT_TEST */