X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/fnordlicht-mini/blobdiff_plain/24562c8a748c379de491019607921e5959459464..745723e4d1fee18fc31d79172fe8357a75628eea:/firmware/fnordlicht-bootloader/interrupts.S?ds=sidebyside diff --git a/firmware/fnordlicht-bootloader/interrupts.S b/firmware/fnordlicht-bootloader/interrupts.S deleted file mode 100644 index b72f678..0000000 --- a/firmware/fnordlicht-bootloader/interrupts.S +++ /dev/null @@ -1,13 +0,0 @@ -.extern __init -.global __vector_default -.section .vectors.bootloader - -/* micro-jumptable, we are using just the reset vector */ -exit: -__vector_default: - /* use jmp if available on this architecture */ - #ifdef __AVR_HAVE_JMP_CALL__ - jmp __init - #else - rjmp __init - #endif