added ifndef for 2560
This commit is contained in:
parent
1931376e4c
commit
ad612ac4e6
1 changed files with 4 additions and 1 deletions
|
|
@ -193,8 +193,11 @@
|
|||
*
|
||||
****************************************************************************************/
|
||||
#elif MOTHERBOARD == 3
|
||||
//////////////////FIX THIS//////////////
|
||||
#ifndef __AVR_ATmega1280__
|
||||
#error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
|
||||
#ifndef __AVR_ATmega2560__
|
||||
#error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define X_STEP_PIN 26
|
||||
|
|
|
|||
Loading…
Reference in a new issue