Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.
This commit is contained in:
parent
6005a42150
commit
944e0d2009
25 changed files with 134 additions and 895 deletions
|
@ -165,8 +165,8 @@
|
|||
/* Architecture Includes: */
|
||||
#if (ARCH == ARCH_AVR8)
|
||||
#include "AVR8/Host_AVR8.h"
|
||||
#elif (ARCH == ARCH_UC3B)
|
||||
#include "UC3B/Host_UC3B.h"
|
||||
#elif (ARCH == ARCH_UC3)
|
||||
#include "UC3/Host_UC3.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue