interrupt: Fix interrupt::free() reading wrong address The SREG is at IO address 0x3F, not 0x35. Fix interrupt::free() to read the correct register to make it work as advertised. Signed-off-by: Rahix <rahix@rahix.de>
1 files changed, 1 insertions(+), 1 deletions(-) M src/interrupt.rs
M src/interrupt.rs => src/interrupt.rs +1 -1