auto-sync
This commit is contained in:
parent
942b58832e
commit
07eaf17574
|
@ -62,7 +62,7 @@ public:
|
||||||
* two wire batch mode would generate twice the number of cylinders events, that's the max
|
* two wire batch mode would generate twice the number of cylinders events, that's the max
|
||||||
*/
|
*/
|
||||||
#define MAX_INJECTION_OUTPUT_COUNT 2 * INJECTION_PIN_COUNT
|
#define MAX_INJECTION_OUTPUT_COUNT 2 * INJECTION_PIN_COUNT
|
||||||
#define MAX_IGNITION_EVENT_COUNT 80
|
#define MAX_IGNITION_EVENT_COUNT 2 * IGNITION_PIN_COUNT
|
||||||
|
|
||||||
typedef ArrayList<InjectionEvent, MAX_INJECTION_OUTPUT_COUNT> InjectionEventList;
|
typedef ArrayList<InjectionEvent, MAX_INJECTION_OUTPUT_COUNT> InjectionEventList;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue