interrupts are disabled on reset

This commit is contained in:
2021-05-17 17:55:44 +02:00
parent 9b64822db7
commit ea98f6e605

View File

@@ -16,7 +16,6 @@ void goto_bootloader() {
MCUCR |= (1<<IVCE);
MCUCR |= (1<<IVSEL);
sei();
asm("jmp 0x7000");
}