Skip to content

Commit 443f7e1

Browse files
authored
fix(ledc): removing white space in code line
1 parent 940cf59 commit 443f7e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/esp32/esp32-hal-ledc.c

-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ bool ledcWrite(uint8_t pin, uint32_t duty) {
189189
log_w("Target duty %d was adjusted to the maximum duty %d", duty, max_duty);
190190
duty = max_duty;
191191
}
192-
193192
ledc_set_duty(group, channel, duty);
194193
ledc_update_duty(group, channel);
195194

0 commit comments

Comments
 (0)