FIX kMaxGearSize value
This commit is contained in:
@@ -80,7 +80,7 @@ class Speedometer {
|
||||
float _currentSpeed = 0.0f;
|
||||
Mutex _totalDistanceMutex;
|
||||
float _totalDistance = 0.0f;
|
||||
uint8_t _gearSize = bike_computer::kMinGearSize;
|
||||
uint8_t _gearSize = bike_computer::kMaxGearSize;
|
||||
|
||||
#if defined(MBED_TEST_MODE)
|
||||
mbed::Callback<void()> _cb;
|
||||
|
||||
Reference in New Issue
Block a user