mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +03:00
copy paste error fi
This commit is contained in:
@ -24,7 +24,7 @@ extern "C" {
|
||||
class InterruptLock {
|
||||
public:
|
||||
InterruptLock() {
|
||||
_state = = xt_rsil(15);
|
||||
_state = xt_rsil(15);
|
||||
}
|
||||
|
||||
~InterruptLock() {
|
||||
|
Reference in New Issue
Block a user