X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/c24027f3b5f1ca7bceababc82ea5b897b18dbac1..e11fddfe66fcd6fa5b783bb5f1c39dfb5687538d:/LUFA/Common/Common.h diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index 67bbb9295..74b687b40 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -63,7 +63,7 @@ #include "Atomic.h" #define PROGMEM const - #else + #elif defined(__AVR__) #include #endif @@ -195,7 +195,7 @@ /** Type define for a signed native word-sized chunk of data. */ typedef int32_t intN_t; - #else + #elif defined(__AVR__) /** Type define for an unsigned native word-sized chunk of data. */ typedef uint8_t uintN_t;