auto-sync

This commit is contained in:
rusEfi 2016-11-26 23:02:24 -05:00
parent 942b58832e
commit 07eaf17574
1 changed files with 1 additions and 1 deletions

View File

@ -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;