Skip to content

Commit

Permalink
unimportant formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
SpenceKonde committed Jan 30, 2023
1 parent b899565 commit 9906dcb
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions megaavr/cores/megatinycore/WInterrupts.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand All @@ -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();
}
Expand All @@ -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();
}
Expand Down

0 comments on commit 9906dcb

Please sign in to comment.