Merge pull request #1409 from thinkyhead/rename_lastnr

Rename lastnr to autostart_index and...
This commit is contained in:
Scott Lahteine
2015-01-27 22:07:23 -08:00
5 changed files with 23 additions and 21 deletions

View File

@ -377,7 +377,7 @@ static void lcd_main_menu()
#ifdef SDSUPPORT
static void lcd_autostart_sd()
{
card.lastnr=0;
card.autostart_index=0;
card.setroot();
card.checkautostart(true);
}