Skip to content

Commit f2ec7ff

Browse files
committed
removed _setPhaseState definition
1 parent c9f641a commit f2ec7ff

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/drivers/hardware_specific/generic_mcu.cpp

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,4 @@ __attribute__((weak)) void _writeDutyCycle6PWM(float dc_a, float dc_b, float dc
121121
_UNUSED(dc_c);
122122
_UNUSED(phase_state);
123123
_UNUSED(params);
124-
}
125-
126-
// Function setting the phase state. i.e. active / disabled
127-
// - BLDC driver - 6PWM setting
128-
// - hardware specific
129-
__attribute__((weak)) void _setPhaseState(int sa, int sb, int sc, void* params){
130-
_UNUSED(sa);
131-
_UNUSED(sb);
132-
_UNUSED(sc);
133-
_UNUSED(params);
134-
}
124+
}

0 commit comments

Comments
 (0)