Skip to content

Commit 9929ade

Browse files
gabriel.garciagagarcr
authored andcommitted
Remove unsed warnings
1 parent c2068a3 commit 9929ade

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/drivers/BLDCDriver6PWM.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,8 @@ void BLDCDriver6PWM::setPwm(float Ua, float Ub, float Uc) {
8282

8383
// Set voltage to the pwm pin
8484
void BLDCDriver6PWM::setPhaseState(int sa, int sb, int sc) {
85+
(void) sa;
86+
(void) sb;
87+
(void) sc;
8588
// TODO implement disabling
8689
}

0 commit comments

Comments
 (0)