Fix for misaligned page memory on flex

This commit is contained in:
Josh Stewart 2016-11-30 20:53:37 +11:00
parent 022e82d66f
commit 7b821097d4
1 changed files with 2 additions and 0 deletions

View File

@ -252,6 +252,8 @@ struct config1 {
byte flexFuelHigh; //Fuel % to be used for the highest ethanol reading (Typically 163%)
byte flexAdvLow; //Additional advance (in degrees) at lowest ethanol reading (Typically 0)
byte flexAdvHigh; //Additional advance (in degrees) at highest ethanol reading (Varies, usually 10-20)
byte unused61;
byte unused62;
byte unused63;
};