Global injector closing angle global var

Adding the indInjAng variable which determines whether all close angles will just use inj1Ang
This commit is contained in:
ConnerMcLaughlin 2016-12-27 13:41:18 -06:00 committed by GitHub
parent 6ac8807399
commit f181bce3af
1 changed files with 2 additions and 1 deletions

View File

@ -206,7 +206,8 @@ struct config1 {
byte injTiming : 1;
byte multiplyMAP : 1;
byte includeAFR : 1;
byte unused26 : 5;
byte unused26 : 4;
byte indInjAng : 1;
byte injOpen; //Injector opening time (ms * 10)
unsigned int inj1Ang;
unsigned int inj2Ang;