Use LCD conditionals in pins files (#14428)

This commit is contained in:
Scott Lahteine
2019-06-27 22:14:43 -05:00
committed by GitHub
parent 8b63e3701f
commit 7e16835c83
51 changed files with 193 additions and 203 deletions

View File

@ -1093,7 +1093,7 @@ void setup() {
init_closedloop();
#endif
#if ENABLED(INIT_SDCARD_ON_BOOT) && DISABLED(ULTRA_LCD)
#if ENABLED(INIT_SDCARD_ON_BOOT) && !HAS_SPI_LCD
card.beginautostart();
#endif