Skip to content

Commit 4db7a30

Browse files
author
Michael Kluge
committed
Update core_esp8266_wiring_pwm.cpp
1 parent 244c2bb commit 4db7a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/core_esp8266_wiring_pwm.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ extern void __analogWriteFreq(uint32_t freq) {
4444
}
4545

4646
extern void __analogWrite(uint8_t pin, int val) {
47-
__analogWriteMode(pin, val, false);
47+
analogWriteMode(pin, val, false);
4848
}
4949

5050
extern void __analogWriteMode(uint8_t pin, int val, bool openDrain) {

0 commit comments

Comments
 (0)