From f181bce3af3c18af03435c31dfc704159185f05a Mon Sep 17 00:00:00 2001 From: ConnerMcLaughlin Date: Tue, 27 Dec 2016 13:41:18 -0600 Subject: [PATCH] Global injector closing angle global var Adding the indInjAng variable which determines whether all close angles will just use inj1Ang --- globals.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/globals.h b/globals.h index 32a4087..5b32955 100644 --- a/globals.h +++ b/globals.h @@ -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;