Adjusted BDK port to compile for ATmega1284p for IAR.

This commit is contained in:
skarg
2012-10-31 16:30:18 +00:00
parent cde2d61d92
commit d1567978c9
3 changed files with 39 additions and 12 deletions
@@ -32,8 +32,13 @@
/* IAR compiler specific configuration */
#if defined(__ICCAVR__)
#if defined(__ATmega644P__)
#include <iom644p.h>
#endif
#if defined(__ATmega1284P__)
#include <iom1284p.h>
#endif
#endif
/* AVR-GCC compiler specific configuration */
#if defined(__GNUC__)