From 9906dcb6526ae6c868f276975b17f3efde8d52fb Mon Sep 17 00:00:00 2001 From: Spence Konde Date: Mon, 30 Jan 2023 02:46:48 -0500 Subject: [PATCH] unimportant formatting change --- megaavr/cores/megatinycore/WInterrupts.c | 30 ++++++++++++------------ 1 file changed, 15 insertions(+), 15 deletions(-) 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(); }