Skip to content

Commit c0e6727

Browse files
committed
Hall typo
1 parent 04b1f21 commit c0e6727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sensors/HallSensor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class HallSensor: public Sensor{
7777
volatile long total_interrupts;
7878

7979
// variable used to filter outliers - rad/s
80-
float velocity_max = 1000.0f
80+
float velocity_max = 1000.0f;
8181

8282
private:
8383

0 commit comments

Comments
 (0)