X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d4b45e8502a27c0f5ad3e26eabd2b30e84c20bac..8f4f48d963d0dd5751298a3a301dcbb32e26082b:/LUFA/Platform/UC3/Exception.S diff --git a/LUFA/Platform/UC3/Exception.S b/LUFA/Platform/UC3/Exception.S index ddfe00984..50f52bddd 100644 --- a/LUFA/Platform/UC3/Exception.S +++ b/LUFA/Platform/UC3/Exception.S @@ -28,6 +28,7 @@ this software. */ +#if defined(__AVR32__) #include .section .exception_handlers, "ax", @progbits @@ -123,3 +124,5 @@ Autovector_Table: .word ((AVR32_INTC_INT0 + \Level) << AVR32_INTC_IPR_INTLEVEL_OFFSET) | (Exception_INT\Level - EVBA_Table) .endr // === END OF GENERAL INTERRUPT HANDLER OFFSET TABLE === + +#endif