diff --git a/megaavr/cores/megatinycore/WInterrupts.c b/megaavr/cores/megatinycore/WInterrupts.c index 8420702c..f3bd69fe 100644 --- a/megaavr/cores/megatinycore/WInterrupts.c +++ b/megaavr/cores/megatinycore/WInterrupts.c @@ -325,11 +325,11 @@ asm volatile( "push r16" "\n\t" "ldi r16, 0" "\n\t" -#if PROGMEM_SIZE > 8192 - "jmp AttachedISR" "\n\t" -#else - "rjmp AttachedISR" "\n\t" -#endif + #if PROGMEM_SIZE > 8192 + "jmp AttachedISR" "\n\t" + #else + "rjmp AttachedISR" "\n\t" + #endif ::); __builtin_unreachable(); } @@ -338,11 +338,11 @@ asm volatile( "push r16" "\n\t" "ldi r16, 2" "\n\t" -#if PROGMEM_SIZE > 8192 - "jmp AttachedISR" "\n\t" -#else - "rjmp AttachedISR" "\n\t" -#endif + #if PROGMEM_SIZE > 8192 + "jmp AttachedISR" "\n\t" + #else + "rjmp AttachedISR" "\n\t" + #endif ::); __builtin_unreachable(); } @@ -352,11 +352,11 @@ asm volatile( "push r16" "\n\t" "ldi r16, 4" "\n\t" -#if PROGMEM_SIZE > 8192 - "jmp AttachedISR" "\n\t" -#else - "rjmp AttachedISR" "\n\t" -#endif + #if PROGMEM_SIZE > 8192 + "jmp AttachedISR" "\n\t" + #else + "rjmp AttachedISR" "\n\t" + #endif ::); __builtin_unreachable(); }