Closed tfx2001 closed 1 year ago
It should be 0b1000 rather than 0b100. Bit 2 is a reserved bit, and Bit 3 is MIE that needs to be cleared.
0b1000
0b100
Bit 2
Bit 3
MIE
Nice find and fix thanks! Could you please add CHANGELOG entry?
Done.
bors r+
Build succeeded:
It should be
0b1000
rather than0b100
.Bit 2
is a reserved bit, andBit 3
isMIE
that needs to be cleared.