Rename lastnr to autostart_index and...
Replace instances of the number 13 with FILENAME_LENGTH where appropriate.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user