Revert changes made for the partial port to the AVR32 architecture.
[pub/USBasp.git] / LUFA / Common / Common.h
index 74b687b..2ddb58c 100644 (file)
 #define __COMMON_H__\r
 \r
        /* Includes: */\r
-               #if defined(__AVR32__)\r
-                       #include <avr32/io.h>\r
-                       #include <stdint.h>\r
-\r
-                       #include "Atomic.h"\r
-\r
-                       #define PROGMEM const\r
-               #elif defined(__AVR__)\r
-                       #include <avr/io.h>\r
-               #endif\r
-\r
+               #include <avr/io.h>\r
+       \r
                #include "FunctionAttributes.h"\r
                #include "BoardTypes.h"\r
 \r
                                }\r
                        }\r
 \r
-               /* Type Defines: */\r
-                       #if defined(__AVR32__)\r
-                               /** Type define for an unsigned native word-sized chunk of data. */\r
-                               typedef uint32_t uintN_t;\r
-\r
-                               /** Type define for a signed native word-sized chunk of data. */\r
-                               typedef int32_t intN_t;\r
-                       #elif defined(__AVR__)\r
-                               /** Type define for an unsigned native word-sized chunk of data. */\r
-                               typedef uint8_t uintN_t;\r
-\r
-                               /** Type define for a signed native word-sized chunk of data. */\r
-                               typedef int8_t intN_t;\r
-                       #endif\r
 #endif\r
 \r
 /** @} */\r