Fix memory misalignment introduced in 48712c12fa

This commit is contained in:
Josh Stewart 2016-12-27 19:31:57 +11:00
parent b2c0e0a902
commit b5b5155bf8
1 changed files with 2 additions and 2 deletions

View File

@ -274,8 +274,8 @@ struct config2 {
byte TrigPattern : 4;
byte TrigEdgeSec : 1;
byte fuelPumpPin : 5;
byte unused4_6b : 7;
byte fuelPumpPin : 6;
byte unused4_6b : 1;
byte unused4_7;
byte IdleAdvRPM;