Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 73d4f53 + 2b035e8 commit bf8786cCopy full SHA for bf8786c
components/freertos/port/esp8266/os_cpu_a.S
@@ -101,11 +101,11 @@ _xt_int_exit:
101
movi a2, pxCurrentTCB
102
l32i a2, a2, 0
103
l32i a2, a2, 48
104
- movi a4, ~(0xf)
+ movi a4, ~(0x7)
105
and a4, a4, a2
106
wsr a4, dbreaka0
107
108
- movi a3, 0xc0000030
+ movi a3, 0xc0000038
109
wsr a3, dbreakc0
110
#endif
111
@@ -245,11 +245,11 @@ _xt_enter_first_task:
245
246
247
248
249
250
251
252
253
254
255
0 commit comments