auto-sync
This commit is contained in:
parent
2e626bcf9f
commit
6f827f5a4f
|
@ -46,6 +46,8 @@ public:
|
|||
|
||||
#define MAX_OUTPUTS_FOR_IGNITION 2
|
||||
|
||||
class Engine;
|
||||
|
||||
class IgnitionEvent {
|
||||
public:
|
||||
IgnitionEvent();
|
||||
|
@ -62,6 +64,9 @@ public:
|
|||
int sparkId;
|
||||
int cylinderIndex;
|
||||
char *name;
|
||||
#if EFI_UNIT_TEST
|
||||
Engine *engine;
|
||||
#endif
|
||||
IgnitionOutputPin *getOutputForLoggins();
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue