Adafruit Grand Central M4 (#14749)
This commit is contained in:
committed by
Scott Lahteine
parent
fec52e61ea
commit
290466578f
@ -302,6 +302,11 @@
|
||||
//
|
||||
#define BOARD_ESP32 6000
|
||||
|
||||
//
|
||||
// SAMD51 ARM Cortex M4
|
||||
//
|
||||
#define BOARD_AGCM4_RURAMPS4D_13 6100
|
||||
|
||||
//
|
||||
// Simulations
|
||||
//
|
||||
|
@ -120,7 +120,7 @@
|
||||
|| AXIS_DRIVER_TYPE(A,TMC5160) )
|
||||
|
||||
//
|
||||
// Stretching 'drivers.h' to include LPC SD options
|
||||
// Stretching 'drivers.h' to include LPC/SAMD51 SD options
|
||||
//
|
||||
#define _SDCARD_LCD 1
|
||||
#define _SDCARD_ONBOARD 2
|
||||
|
Reference in New Issue
Block a user