aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Platform/UC3/InterruptManagement.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-07-14 08:30:33 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-07-14 08:30:33 +0000
commit77a9df36a77d2523dd2bc24fa17f9f04c6c175c5 (patch)
tree35110b2a3c524eb8829b7ca84c2b1851ad4a02fa /LUFA/Platform/UC3/InterruptManagement.h
parentb971dbbce82a1138dbf0c57e34df7b9a1e9a49d7 (diff)
downloadlufa-77a9df36a77d2523dd2bc24fa17f9f04c6c175c5.tar.gz
lufa-77a9df36a77d2523dd2bc24fa17f9f04c6c175c5.tar.bz2
lufa-77a9df36a77d2523dd2bc24fa17f9f04c6c175c5.zip
Update UC3 platform driver support to use the bitmasks defined in the header files over raw constants.
Start implementation of XMEGA platform drivers.
Diffstat (limited to 'LUFA/Platform/UC3/InterruptManagement.h')
-rw-r--r--LUFA/Platform/UC3/InterruptManagement.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/LUFA/Platform/UC3/InterruptManagement.h b/LUFA/Platform/UC3/InterruptManagement.h
index bc27f2207..67dc3ea1d 100644
--- a/LUFA/Platform/UC3/InterruptManagement.h
+++ b/LUFA/Platform/UC3/InterruptManagement.h
@@ -71,10 +71,6 @@
#define _UC3_INTERRUPT_MANAGEMENT_H_
/* Includes: */
- #include <avr32/io.h>
- #include <stdbool.h>
- #include <stdint.h>
-
#include <LUFA/Common/Common.h>
/* Enable C linkage for C++ Compilers: */