You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/common/base_classes/FOCMotor.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -315,7 +315,7 @@ class FOCMotor
315
315
* - HallSensor
316
316
*/
317
317
Sensor* sensor;
318
-
Sensor* position_loop_sensor; //!< optional second sensor used only for position control - if not provided the sensor linked with linkSensor will be used for position control as well
318
+
Sensor* position_loop_sensor = nullptr; //!< optional second sensor used only for position control - if not provided the sensor linked with linkSensor will be used for position control as well
0 commit comments