FIX kMinGearSize value
This commit is contained in:
@@ -79,13 +79,11 @@ class Speedometer {
|
||||
float _currentSpeed = 0.0f;
|
||||
Mutex _totalDistanceMutex;
|
||||
float _totalDistance = 0.0f;
|
||||
uint8_t _gearSize = 1;
|
||||
|
||||
Thread _thread;
|
||||
uint8_t _gearSize = bike_computer::kMinGearSize;
|
||||
|
||||
#if defined(MBED_TEST_MODE)
|
||||
mbed::Callback<void()> _cb;
|
||||
#endif
|
||||
};
|
||||
|
||||
} // namespace bike_computer
|
||||
} // namespace bike_computer
|
||||
|
Reference in New Issue
Block a user