diff options
author | Vasileios Georgitzikis <georgitzik@ceid.upatras.gr> | 2012-06-12 23:51:05 +0300 |
---|---|---|
committer | Vasileios Georgitzikis <georgitzik@ceid.upatras.gr> | 2012-06-12 23:51:05 +0300 |
commit | 416965177a5c5ccd56d69b98f2cde080ff1fd86c (patch) | |
tree | 391e9aaa02f7f6474607949bfca5e346b9f26067 /Sprinter | |
parent | 02eb9b909994a6049eb519427b47258d133c8da2 (diff) |
changed the pins.h file to accept more Sanguino versions
Diffstat (limited to 'Sprinter')
-rw-r--r-- | Sprinter/pins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sprinter/pins.h b/Sprinter/pins.h index 946118f..42b1fa1 100644 --- a/Sprinter/pins.h +++ b/Sprinter/pins.h @@ -151,7 +151,7 @@ #if MOTHERBOARD == 2 #define KNOWN_BOARD 1 -#if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega1284P__) +#if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega1284P__) && !defined(__ATmega644P__) && !defined(__ATmega1284P__) #error Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu. #endif |