Update Temperature board driver to be AVR32 compatible when the ADC peripheral driver...
[pub/USBasp.git] / LUFA / Drivers / Board / Temperature.h
index 12e6df1..8700839 100644 (file)
 \r
        /* Includes: */\r
                #if defined(__AVR32__)\r
+                       #include <avr32/io.h>\r
                        #include <stdint.h>\r
-               #else\r
+               #elif defined(__AVR__)\r
+                       #include <avr/io.h>\r
                        #include <avr/pgmspace.h>\r
                #endif\r
 \r