diff options
-rw-r--r-- | Tonokip_Firmware/pins.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tonokip_Firmware/pins.h b/Tonokip_Firmware/pins.h index 65ac6a1..adc5f71 100644 --- a/Tonokip_Firmware/pins.h +++ b/Tonokip_Firmware/pins.h @@ -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 |