Fix Creality V4 SD Detect

This commit is contained in:
Scott Lahteine 2020-09-04 14:15:06 -05:00 committed by Scott Lahteine
parent e2625db1dd
commit d94b5b5ad0

View File

@ -153,6 +153,7 @@
#define ON_BOARD_SPI_DEVICE 1
#define ONBOARD_SD_CS_PIN PA4 // SDSS
#define SDIO_SUPPORT
#define NO_SD_HOST_DRIVE // This board's SD is only seen by the printer
#if ENABLED(CR10_STOCKDISPLAY) && NONE(RET6_12864_LCD, VET6_12864_LCD)
#error "Define RET6_12864_LCD or VET6_12864_LCD to select pins for CR10_STOCKDISPLAY with the Creality V4 controller."