This commit is contained in:
rusefi 2017-03-11 22:22:10 -05:00
parent a97e9391c3
commit 31db253e12
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ public:
* @see globalSparkIdCoutner * @see globalSparkIdCoutner
*/ */
int sparkId; int sparkId;
/**
* [0, specs.cylindersCount)
*/
int cylinderIndex; int cylinderIndex;
char *name; char *name;
#if EFI_UNIT_TEST || defined(__DOXYGEN__) #if EFI_UNIT_TEST || defined(__DOXYGEN__)