Rename architecture specific driver files, to make them appear with uniquely identifying filenames in the documentation.

This commit is contained in:
Dean Camera 2011-02-20 18:21:04 +00:00
parent cad5e9ffca
commit b6a3c78fa3
46 changed files with 66 additions and 66 deletions

View file

@ -52,9 +52,9 @@
#include "../../../Common/Common.h"
#if (ARCH == ARCH_AVR8)
#include "AVR8/USBController.h"
#include "AVR8/USBController_AVR8.h"
#elif (ARCH == ARCH_UC3B)
#include "UC3B/USBController.h"
#include "UC3B/USBController_UC3B.h"
#endif
/* Preprocessor Checks and Defines: */