aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Peripheral/ADC.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-02-20 18:21:04 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-02-20 18:21:04 +0000
commitd285950b543e6ec7e7b91f2eb0b1eff77e3ee0fd (patch)
tree146ab396b543ebbcd521a932763b5e0217e75edc /LUFA/Drivers/Peripheral/ADC.h
parent09abdac002552a8b9d2ee80aba0beb7b4d968322 (diff)
Rename architecture specific driver files, to make them appear with uniquely identifying filenames in the documentation.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1677 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/Peripheral/ADC.h')
-rw-r--r--LUFA/Drivers/Peripheral/ADC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/Peripheral/ADC.h b/LUFA/Drivers/Peripheral/ADC.h
index fe766458..5a1d3303 100644
--- a/LUFA/Drivers/Peripheral/ADC.h
+++ b/LUFA/Drivers/Peripheral/ADC.h
@@ -68,7 +68,7 @@
/* Includes: */
#if (ARCH == ARCH_AVR8)
- #include "AVR8/ADC.h"
+ #include "AVR8/ADC_AVR8.h"
#else
#error The ADC peripheral driver is not currently available for your selected architecture.
#endif