Adafruit Grand Central M4 (#14749)

This commit is contained in:
Giuliano Zaro
2019-07-28 21:48:29 +02:00
committed by Scott Lahteine
parent fec52e61ea
commit 290466578f
125 changed files with 2555 additions and 99 deletions

View File

@ -605,3 +605,5 @@
#endif
#define IS_RE_ARM_BOARD (MB(RAMPS_14_RE_ARM_EFB) || MB(RAMPS_14_RE_ARM_EEB) || MB(RAMPS_14_RE_ARM_EFF) || MB(RAMPS_14_RE_ARM_EEF) || MB(RAMPS_14_RE_ARM_SF))
#define HAS_SDCARD_CONNECTION EITHER(TARGET_LPC1768, ADAFRUIT_GRAND_CENTRAL_M4)