aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Platform/UC3/Exception.S
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/Platform/UC3/Exception.S')
-rw-r--r--LUFA/Platform/UC3/Exception.S3
1 files changed, 3 insertions, 0 deletions
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 <avr32/io.h>
.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