Update Temperature board driver to be AVR32 compatible when the ADC peripheral driver...
[pub/USBasp.git] / LUFA / Drivers / Peripheral / SPI.h
index aac3d95..6c4ac28 100644 (file)
        #endif\r
 \r
        /* Includes: */\r
+               #include "../../Common/Common.h"                \r
+\r
                #if defined(__AVR32__)\r
                        #include "AVR32/SPI.h"\r
-               #else\r
+               #elif defined(__AVR__)\r
                        #include "AVR8/SPI.h"           \r
                #endif\r
                \r