Skip to content

Commit a2673f2

Browse files
committed
copy paste error fi
1 parent dfeed84 commit a2673f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/interrupts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extern "C" {
2424
class InterruptLock {
2525
public:
2626
InterruptLock() {
27-
_state = = xt_rsil(15);
27+
_state = xt_rsil(15);
2828
}
2929

3030
~InterruptLock() {

0 commit comments

Comments
 (0)