Use "mount" as card verb

This commit is contained in:
Scott Lahteine
2019-09-15 03:10:59 -05:00
parent 2386c147ad
commit d5f5203880
18 changed files with 42 additions and 43 deletions

View File

@@ -842,7 +842,7 @@ void MarlinUI::update() {
if (sd_status) {
safe_delay(500); // Some boards need a delay to get settled
card.initsd();
card.mount();
if (old_sd_status == 2)
card.beginautostart(); // Initial boot
else