From b6a3c78fa3e46fea1dd6f4b93352686837983dfd Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 20 Feb 2011 18:21:04 +0000 Subject: Rename architecture specific driver files, to make them appear with uniquely identifying filenames in the documentation. --- LUFA/Drivers/Peripheral/ADC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/Drivers/Peripheral/ADC.h') 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 -- cgit v1.2.3