From d285950b543e6ec7e7b91f2eb0b1eff77e3ee0fd Mon Sep 17 00:00:00 2001 From: Dean 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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1677 d5102386-fcda-11dd-9fdb-3debd5008f28 --- LUFA/Drivers/Peripheral/SPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/Drivers/Peripheral/SPI.h') diff --git a/LUFA/Drivers/Peripheral/SPI.h b/LUFA/Drivers/Peripheral/SPI.h index 3fcf05aa..3fdc69d6 100644 --- a/LUFA/Drivers/Peripheral/SPI.h +++ b/LUFA/Drivers/Peripheral/SPI.h @@ -67,7 +67,7 @@ /* Includes: */ #if (ARCH == ARCH_AVR8) - #include "AVR8/SPI.h" + #include "AVR8/SPI_AVR8.h" #else #error The SPI peripheral driver is not currently available for your selected architecture. #endif -- cgit v1.2.3