Add makefile template for the AVR32 UC3 architecture.
[pub/USBasp.git] / LUFA / Drivers / Peripheral / SPI.h
index 3fcf05a..352c9f2 100644 (file)
 #define __SPI_H__
 
        /* Macros: */
-               #if !defined(__DOXYGEN__)
-                       #define __INCLUDE_FROM_SPI_H
-               #endif
+               #define __INCLUDE_FROM_SPI_H
 
        /* Includes: */
                #include "../../Common/Common.h"
 
        /* 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