Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.
[pub/lufa.git] / LUFA / Drivers / Board / Temperature.h
index 7a5af36..12e6df1 100644 (file)
 #define __TEMPERATURE_H__\r
 \r
        /* Includes: */\r
-               #include <avr/pgmspace.h>\r
+               #if defined(__AVR32__)\r
+                       #include <stdint.h>\r
+               #else\r
+                       #include <avr/pgmspace.h>\r
+               #endif\r
 \r
                #include "../../Common/Common.h"\r
                #include "../Peripheral/ADC.h"\r