summaryrefslogtreecommitdiff
path: root/Sprinter/pins.h
diff options
context:
space:
mode:
authorkliment <kliment.yanev@gmail.com>2011-11-28 07:05:20 -0800
committerkliment <kliment.yanev@gmail.com>2011-11-28 07:05:20 -0800
commit11d3281a09e2a2f0ae7c9695f79d2d903c22716b (patch)
tree89cc00472f803874f34a43fe48ca1089c6ffe48d /Sprinter/pins.h
parentf8c17d3b4655ba9b694c407ff174135badb914a5 (diff)
parent3bbfe733e7bad3577e0a7bcdcf22155a2808ceb8 (diff)
Merge pull request #121 from Traumflug/master
Allow ATmega644 for Gen7
Diffstat (limited to 'Sprinter/pins.h')
-rw-r--r--Sprinter/pins.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sprinter/pins.h b/Sprinter/pins.h
index fbe6a6e..65ef26a 100644
--- a/Sprinter/pins.h
+++ b/Sprinter/pins.h
@@ -630,7 +630,7 @@
#endif
#if MOTHERBOARD == 6
#define KNOWN_BOARD 1
-#if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega1284P__)
+#if !defined(__AVR_ATmega644__) && !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega1284P__)
#error Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu.
#endif