AVR: Explicitly disable interrupts as the first step of system init
Disabling interrupts at the very beginning of system init does not make sense after reset since interrupts are disabled anyway. But it is very convenient for debugging purposes, in situations when the system misbehaves and ocassionally jumps to zero.
parent
ff5e589f
Please register or sign in to comment