arch.h 239 B

1234567891011121314151617
  1. #ifndef _INCLUDE_CFG_ARCH_H_
  2. #define _INCLUDE_CFG_ARCH_H_
  3. /*
  4. * Do not edit! Automatically generated on Thu Feb 4 13:47:09 2016
  5. */
  6. #ifndef AVR_GCC
  7. #define AVR_GCC
  8. #endif
  9. #ifndef MCU_ATMEGA2561
  10. #define MCU_ATMEGA2561
  11. #endif
  12. #endif