Skip to content

Commit 1b98f79

Browse files
committed
FIX typo in the example
1 parent 51f0f79 commit 1b98f79

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/utils/driver_test/bldc_driver_3pwm_standalone/bldc_driver_3pwm_standalone.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ void setup() {
1515
driver.voltage_power_supply = 12;
1616
// Max DC voltage allowed - default voltage_power_supply
1717
driver.voltage_limit = 12;
18+
1819
// driver init
1920
driver.init();
2021

examples/utils/driver_test/bldc_driver_6pwm_standalone/bldc_driver_6pwm_standalone.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <SimpleFOC.h>
33

44
// BLDC driver instance
5-
BLDCDriver3PWM driver = BLDCDriver6PWM(5, 6, 9,10, 3, 11, 8);
5+
BLDCDriver6PWM driver = BLDCDriver6PWM(5, 6, 9,10, 3, 11, 8);
66

77
void setup() {
88

0 commit comments

Comments
 (0)