Skip to content

Commit ae4df18

Browse files
committed
forgotten star
1 parent 8e8ffb2 commit ae4df18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/drivers/hardware_specific/esp32/esp32_ledc_mcu.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ void _writeDutyCycle4PWM(float dc_1a, float dc_1b, float dc_2a, float dc_2b, vo
293293

294294

295295
// TODO - implement 6PWM
296-
void _configure6PWM(long pwm_frequency, float dead_zone, const int pinA_h, const int pinA_l, const int pinB_h, const int pinB_l, const int pinC_h, const int pinC_l){
297-
SIMPLEFOC_DEBUG("EP32-DRV: 6PWM will be implemented soon for LEDC driver!");
296+
void* _configure6PWM(long pwm_frequency, float dead_zone, const int pinA_h, const int pinA_l, const int pinB_h, const int pinB_l, const int pinC_h, const int pinC_l){
297+
SIMPLEFOC_DEBUG("EP32-DRV: 6PWM not supported!");
298298
return SIMPLEFOC_DRIVER_INIT_FAILED;
299299
}
300300
void _writeDutyCycle6PWM(float dc_a, float dc_b, float dc_c, void* params) {

0 commit comments

Comments
 (0)