From 1c16ae399a9f924c15d9dec54cacb1320ff0a92f Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 16 Apr 2009 23:59:14 +0000 Subject: Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral. --- Demos/Device/AudioInput/AudioInput.h | 2 +- Demos/Device/RNDISEthernet/ProtocolDecoders.h | 2 +- Demos/Device/RNDISEthernet/RNDISEthernet.h | 2 +- Demos/Device/RNDISEthernet/makefile | 4 ++-- Demos/Device/USBtoSerial/USBtoSerial.h | 2 +- Demos/Device/USBtoSerial/makefile | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'Demos/Device') diff --git a/Demos/Device/AudioInput/AudioInput.h b/Demos/Device/AudioInput/AudioInput.h index c068baff9..b7174d1f8 100644 --- a/Demos/Device/AudioInput/AudioInput.h +++ b/Demos/Device/AudioInput/AudioInput.h @@ -46,7 +46,7 @@ #include // Library Version Information #include // USB Functionality #include // LEDs driver - #include // ADC driver + #include // ADC driver #include // Simple scheduler for task management /* Macros: */ diff --git a/Demos/Device/RNDISEthernet/ProtocolDecoders.h b/Demos/Device/RNDISEthernet/ProtocolDecoders.h index 06e4c0ad4..c8101162d 100644 --- a/Demos/Device/RNDISEthernet/ProtocolDecoders.h +++ b/Demos/Device/RNDISEthernet/ProtocolDecoders.h @@ -39,7 +39,7 @@ /* Includes: */ #include - #include + #include #include "EthernetProtocols.h" #include "Ethernet.h" diff --git a/Demos/Device/RNDISEthernet/RNDISEthernet.h b/Demos/Device/RNDISEthernet/RNDISEthernet.h index f21ace774..732ad5380 100644 --- a/Demos/Device/RNDISEthernet/RNDISEthernet.h +++ b/Demos/Device/RNDISEthernet/RNDISEthernet.h @@ -56,7 +56,7 @@ #include // LEDs driver #include // Simple scheduler for task management - #include + #include /* Macros: */ /** Notification value to indicate that a frame is ready to be read by the host. */ diff --git a/Demos/Device/RNDISEthernet/makefile b/Demos/Device/RNDISEthernet/makefile index 1a068a033..23de96761 100644 --- a/Demos/Device/RNDISEthernet/makefile +++ b/Demos/Device/RNDISEthernet/makefile @@ -143,8 +143,8 @@ SRC = $(TARGET).c \ $(LUFA_PATH)/LUFA/Drivers/USB/HighLevel/USBInterrupt.c \ $(LUFA_PATH)/LUFA/Drivers/USB/HighLevel/Events.c \ $(LUFA_PATH)/LUFA/Drivers/USB/HighLevel/StdDescriptors.c \ - $(LUFA_PATH)/LUFA/Drivers/AT90USBXXX/Serial_Stream.c \ - $(LUFA_PATH)/LUFA/Drivers/AT90USBXXX/Serial.c \ + $(LUFA_PATH)/LUFA/Drivers/Peripheral/Serial_Stream.c \ + $(LUFA_PATH)/LUFA/Drivers/Peripheral/Serial.c \ # List C++ source files here. (C dependencies are automatically generated.) diff --git a/Demos/Device/USBtoSerial/USBtoSerial.h b/Demos/Device/USBtoSerial/USBtoSerial.h index 8fb2c1617..0352f5d75 100644 --- a/Demos/Device/USBtoSerial/USBtoSerial.h +++ b/Demos/Device/USBtoSerial/USBtoSerial.h @@ -47,7 +47,7 @@ #include // Library Version Information #include // USB Functionality - #include // USART driver + #include // USART driver #include // LEDs driver #include // Simple scheduler for task management diff --git a/Demos/Device/USBtoSerial/makefile b/Demos/Device/USBtoSerial/makefile index 62939ab60..650a67704 100644 --- a/Demos/Device/USBtoSerial/makefile +++ b/Demos/Device/USBtoSerial/makefile @@ -127,7 +127,7 @@ SRC = $(TARGET).c \ Descriptors.c \ RingBuff.c \ $(LUFA_PATH)/LUFA/Scheduler/Scheduler.c \ - $(LUFA_PATH)/LUFA/Drivers/AT90USBXXX/Serial.c \ + $(LUFA_PATH)/LUFA/Drivers/Peripheral/Serial.c \ $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/LowLevel.c \ $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c \ $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \ -- cgit v1.2.3