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.
initTimer()
1 parent 7ba80e6 commit f458958Copy full SHA for f458958
cores/esp8266/core_esp8266_waveform_pwm.cpp
@@ -97,7 +97,7 @@ static WVFState wvfState;
97
static IRAM_ATTR void timer1Interrupt();
98
static bool timerRunning = false;
99
100
-static void initTimer() {
+static __attribute__((noinline)) void initTimer() {
101
if (!timerRunning) {
102
timer1_disable();
103
ETS_FRC_TIMER1_INTR_ATTACH(NULL, NULL);
0 commit comments