HAL for Re:ARM (LPC1768) architecture
This commit is contained in:
committed by
Scott Lahteine
parent
f3e562e46e
commit
44b0c186a6
@@ -44,7 +44,11 @@
|
||||
* 7 | 11
|
||||
*/
|
||||
|
||||
#if !defined(IS_RAMPS_SMART) && !defined(IS_RAMPS_DUO) && !defined(IS_RAMPS4DUE)
|
||||
#if ENABLED(IS_REARM)
|
||||
#error "Oops! use 'pins_RAMPS_RE_ARM.h' when Re-Arm is used."
|
||||
#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."
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user