freertos/Kconfig: removed isr optimization option from menuconfig

This commit is contained in:
Felipe Neves 2019-10-11 12:18:25 -03:00
parent eb740ca8e4
commit 768d115e85

View file

@ -177,8 +177,8 @@ _xt_context_save:
movi a3, PS_INTLEVEL(1)
or a2, a2, a3
wsr a2, PS
_not_l1:
_not_l1:
rsr a2, PS
movi a3, ~(PS_EXCM_MASK)
and a2, a2, a3