8.2.18 boot_spm_interrupt_enable Macro
Disable SPM interrupts.
Include
<avr/boot.h>
Prototype
void boot_spm_interrupt_enable(void);
Remarks
This macro enables interrupts associated with SPM.
Example
#include <avr/boot.h>
void main(void) {
boot_spm_interrupt_enable();
}