aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/ADC.h
diff options
context:
space:
mode:
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 fe766458c..5a1d33032 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