Adjusted BDK port to compile for ATmega1284p for IAR.
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user