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:
parent
b971dbbce8
commit
77a9df36a7
5 changed files with 264 additions and 33 deletions
|
@ -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: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue