Fix alignment of configPage2 bytes 85+

This commit is contained in:
Josh Stewart 2013-09-26 21:23:22 +10:00
parent c51e09dedb
commit 0561992da3
1 changed files with 6 additions and 4 deletions

View File

@ -107,10 +107,12 @@ struct config2 {
byte Trim;
byte CrankAng;
byte IgHold;
byte Trig_plus;
byte TrigCrank;
byte IgInv;
byte oddfire;
byte Trig_plus : 2;
byte TrigCrank : 1;
byte IgInv : 1;
byte oddfire : 4;
byte IdleAdv;
byte IdleAdvTPS;
byte IdleAdvRPM;