FIX kMaxGearSize value
This commit is contained in:
@@ -138,7 +138,7 @@ class BikeSystem {
|
||||
//////////////////////////////////////////////////////////////
|
||||
// shared resources between the main thread and the isr thread
|
||||
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
|
||||
|
Reference in New Issue
Block a user