Update UC3 platform driver support to use the bitmasks defined in the header files over raw constants.

Start implementation of XMEGA platform drivers.
This commit is contained in:
Dean Camera 2011-07-14 08:30:33 +00:00
parent b971dbbce8
commit 77a9df36a7
5 changed files with 264 additions and 33 deletions

View file

@ -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: */