Fix SD autostart with no LCD

This commit is contained in:
Scott Lahteine 2018-09-12 03:48:27 -05:00
parent 39be096575
commit 5af3575c48
1 changed files with 4 additions and 0 deletions

View File

@ -15268,6 +15268,10 @@ void setup() {
enable_C();
enable_D();
#endif
#if ENABLED(SDSUPPORT) && DISABLED(ULTRA_LCD)
card.beginautostart();
#endif
}
/**