From 389afa1e25f572a91fcc0196b5fb9af0ee458c4a Mon Sep 17 00:00:00 2001 From: ConnerMcLaughlin Date: Mon, 26 Sep 2016 11:19:04 -0500 Subject: [PATCH] Adding variable for launch control pullup resistor option --- globals.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/globals.h b/globals.h index 2f5600a..64888e6 100644 --- a/globals.h +++ b/globals.h @@ -346,7 +346,9 @@ struct config3 { byte boostKP; byte boostKI; byte boostKD; - byte unused60; + + byte lnchPullRes :2; + byte unused60 : 6; byte unused61; byte unused62; byte unused63;