X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/0c2ad9eb349e1a5676468af3b407329dde4a53b4..5d9403fde4e0d89313121fcd5fa4cfc6c4ddfc4e:/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