aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/AudioInput
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-04-16 23:59:14 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-04-16 23:59:14 +0000
commit1c16ae399a9f924c15d9dec54cacb1320ff0a92f (patch)
tree026174d2f65b998d9cb6b24156393fae40a0d60e /Demos/Device/AudioInput
parent8f6b4ddf764c3a54e42d00a7502c82c5c3e71b1c (diff)
downloadlufa-1c16ae399a9f924c15d9dec54cacb1320ff0a92f.tar.gz
lufa-1c16ae399a9f924c15d9dec54cacb1320ff0a92f.tar.bz2
lufa-1c16ae399a9f924c15d9dec54cacb1320ff0a92f.zip
Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.
Diffstat (limited to 'Demos/Device/AudioInput')
-rw-r--r--Demos/Device/AudioInput/AudioInput.h2
1 files changed, 1 insertions, 1 deletions
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 <LUFA/Version.h> // Library Version Information
#include <LUFA/Drivers/USB/USB.h> // USB Functionality
#include <LUFA/Drivers/Board/LEDs.h> // LEDs driver
- #include <LUFA/Drivers/AT90USBXXX/ADC.h> // ADC driver
+ #include <LUFA/Drivers/Peripheral/ADC.h> // ADC driver
#include <LUFA/Scheduler/Scheduler.h> // Simple scheduler for task management
/* Macros: */