X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/2590452104c569f64aeefba3b06734035fb77d66..39d56aeffecdd50d1e413c8da6edbe8485d5ac29:/LUFA/Common/Common.h diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index 04480d514..2ddb58c8c 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -56,17 +56,8 @@ #define __COMMON_H__ /* Includes: */ - #if defined(__AVR32__) - #include - #include - - #include "Atomic.h" - - #define PROGMEM - #else - #include - #endif - + #include + #include "FunctionAttributes.h" #include "BoardTypes.h" @@ -188,20 +179,6 @@ } } - /* Type Defines: */ - #if defined(__AVR32__) - /** Type define for an unsigned native word-sized chunk of data. */ - typedef uint32_t uintN_t; - - /** Type define for a signed native word-sized chunk of data. */ - typedef int32_t intN_t; - #else - /** Type define for an unsigned native word-sized chunk of data. */ - typedef uint8_t uintN_t; - - /** Type define for a signed native word-sized chunk of data. */ - typedef int8_t intN_t; - #endif #endif /** @} */