diff --git a/module02/ex01/interrupt.h b/module02/ex01/interrupt.h index dccc1c5..9668ef7 100644 --- a/module02/ex01/interrupt.h +++ b/module02/ex01/interrupt.h @@ -2,7 +2,7 @@ #define INTERRUPT_H // 7.3.1 : SREG – AVR Status Register -#define ENABLE_GLOBAL_INTERRUPT (1<<7) -#define DISABLE_GLOBAL_INTERRUPT (0<<7) +#define ENABLE_GLOBAL_INTERRUPT (1<