We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e1b3b commit 117f163Copy full SHA for 117f163
cores/esp8266/core_esp8266_waveform_phase.cpp
@@ -55,7 +55,7 @@ extern "C" void enablePhaseLockedWaveform (void)
55
56
// No-op calls to override the PWM implementation
57
extern "C" void _setPWMFreq_weak(uint32_t freq) { (void) freq; }
58
-extern "C" bool _stopPWM_weak(int pin) { (void) pin; return false; }
+extern "C" IRAM_ATTR bool _stopPWM_weak(int pin) { (void) pin; return false; }
59
extern "C" bool _setPWM_weak(int pin, uint32_t val, uint32_t range) { (void) pin; (void) val; (void) range; return false; }
60
61
0 commit comments