Cleanup pins spacing

This commit is contained in:
Scott Lahteine
2017-09-27 05:10:57 -05:00
parent dff2904c0f
commit c272f2c84e
7 changed files with 32 additions and 32 deletions

View File

@ -46,8 +46,8 @@
#if ENABLED(IS_REARM)
#error "Oops! use 'pins_RAMPS_RE_ARM.h' when Re-Arm is used."
#endif
#endif
#if !ENABLED(IS_RAMPS_SMART) && !ENABLED(IS_RAMPS_DUO) && !ENABLED(IS_RAMPS4DUE) && !ENABLED(TARGET_LPC1768)
#if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu."