We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b1f21 commit c0e6727Copy full SHA for c0e6727
src/sensors/HallSensor.h
@@ -77,7 +77,7 @@ class HallSensor: public Sensor{
77
volatile long total_interrupts;
78
79
// variable used to filter outliers - rad/s
80
- float velocity_max = 1000.0f
+ float velocity_max = 1000.0f;
81
82
private:
83
0 commit comments