Skip to content

Commit 5ce4b48

Browse files
committed
TYPO still ; missing
1 parent 63d65ca commit 5ce4b48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/motion_control/torque_voltage_control/encoder/voltage_control/voltage_control.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ void setup() {
3636
// driver config
3737
// power supply voltage [V]
3838
driver.voltage_power_supply = 12;
39-
driver.init()
39+
driver.init();
4040
// link driver
4141
motor.linkDriver(&driver);
4242

examples/motion_control/torque_voltage_control/hall_sensor/voltage_control/voltage_control.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void setup() {
3737
// driver config
3838
// power supply voltage [V]
3939
driver.voltage_power_supply = 12;
40-
driver.init()
40+
driver.init();
4141
// link driver
4242
motor.linkDriver(&driver);
4343

0 commit comments

Comments
 (0)