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

@ -33,7 +33,7 @@
#if defined(USB_CAN_BE_DEVICE)
#include "Device.h"
#include "../Device.h"
void USB_Device_SendRemoteWakeup(void)
{

View file

@ -33,7 +33,7 @@
#if defined(USB_CAN_BE_DEVICE)
#include "Endpoint.h"
#include "../Endpoint.h"
#if !defined(FIXED_CONTROL_ENDPOINT_SIZE)
uint8_t USB_ControlEndpointSize = ENDPOINT_CONTROLEP_DEFAULT_SIZE;

View file

@ -34,7 +34,7 @@
#if defined(USB_CAN_BE_HOST)
#define __INCLUDE_FROM_HOST_C
#include "Host.h"
#include "../Host.h"
void USB_Host_ProcessNextHostState(void)
{

View file

@ -33,7 +33,7 @@
#if defined(USB_CAN_BE_HOST)
#include "Pipe.h"
#include "../Pipe.h"
uint8_t USB_ControlPipeSize = PIPE_CONTROLPIPE_DEFAULT_SIZE;

View file

@ -30,7 +30,7 @@
#define __INCLUDE_FROM_USB_DRIVER
#define __INCLUDE_FROM_USB_CONTROLLER_C
#include "USBController.h"
#include "../USBController.h"
#if (!defined(USB_HOST_ONLY) && !defined(USB_DEVICE_ONLY))
volatile uint8_t USB_CurrentMode = USB_MODE_None;

View file

@ -29,7 +29,7 @@
*/
#define __INCLUDE_FROM_USB_DRIVER
#include "USBInterrupt.h"
#include "../USBInterrupt.h"
void USB_INT_DisableAllInterrupts(void)
{