mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-22 21:23:07 +03:00
copy paste error fi
This commit is contained in:
parent
dfeed84ecb
commit
a2673f2f4b
@ -24,7 +24,7 @@ extern "C" {
|
|||||||
class InterruptLock {
|
class InterruptLock {
|
||||||
public:
|
public:
|
||||||
InterruptLock() {
|
InterruptLock() {
|
||||||
_state = = xt_rsil(15);
|
_state = xt_rsil(15);
|
||||||
}
|
}
|
||||||
|
|
||||||
~InterruptLock() {
|
~InterruptLock() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user