mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-25 20:02:37 +03:00
This commit is contained in:
parent
90f611f984
commit
25e1b3b61c
@ -260,7 +260,7 @@ IRAM_ATTR bool _stopPWM_weak(uint8_t pin) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
static bool _stopPWM_bound(uint8_t pin) __attribute__((weakref("_stopPWM_weak")));
|
static bool _stopPWM_bound(uint8_t pin) __attribute__((weakref("_stopPWM_weak")));
|
||||||
bool _stopPWM(uint8_t pin) {
|
IRAM_ATTR bool _stopPWM(uint8_t pin) {
|
||||||
return _stopPWM_bound(pin);
|
return _stopPWM_bound(pin);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user