More AVR32 achitecture ports.

This commit is contained in:
Dean Camera 2010-02-24 06:21:46 +00:00
parent 3702ba1fb3
commit a7aaa45ec4
11 changed files with 113 additions and 75 deletions

View file

@ -355,10 +355,6 @@
#define __INCLUDE_FROM_USB_DRIVER
#endif
#if defined(__AVR32__)
#define __AVR32_EPREG_X(x) ((volatile uint32_t*)AVR32_USBB_ ## x)[USB_SelectedEPNumber]
#endif
/* Includes: */
#include "HighLevel/USBMode.h"