FIX kMaxGearSize value
This commit is contained in:
@ -80,7 +80,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