summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkliment <kliment.yanev@gmail.com>2012-06-12 23:30:55 -0700
committerkliment <kliment.yanev@gmail.com>2012-06-12 23:30:55 -0700
commit12de400926cdbdc6add278e5d537f4bcd7661b8a (patch)
tree391e9aaa02f7f6474607949bfca5e346b9f26067
parent02eb9b909994a6049eb519427b47258d133c8da2 (diff)
parent416965177a5c5ccd56d69b98f2cde080ff1fd86c (diff)
Merge pull request #185 from tzikis/experimental
Patched the pins.h file to accept more Sanguino versions
-rw-r--r--Sprinter/pins.h2
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