FIX kMaxGearSize value static scheduling with event
This commit is contained in:
@ -85,7 +85,7 @@ class BikeSystem {
|
||||
// data member that represents the device for manipulating the gear
|
||||
GearDevice _gearDevice;
|
||||
uint8_t _currentGear = bike_computer::kMinGear;
|
||||
uint8_t _currentGearSize = bike_computer::kMinGearSize;
|
||||
uint8_t _currentGearSize = bike_computer::kMaxGearSize;
|
||||
// data member that represents the device for manipulating the pedal rotation
|
||||
// speed/time
|
||||
PedalDevice _pedalDevice;
|
||||
|
Reference in New Issue
Block a user