Fix compiler warning sketch/ultralcd.cpp:6301:7: warning: unused variable 'tempScrool' [-Wunused-variable].

This commit is contained in:
Marek Bel 2018-08-02 17:11:23 +02:00
parent d85c36cc77
commit 05d455fc30
1 changed files with 1 additions and 1 deletions

View File

@ -6296,7 +6296,7 @@ void lcd_sdcard_stop()
void lcd_sdcard_menu()
{
uint8_t sdSort = eeprom_read_byte((uint8_t*)EEPROM_SD_SORT);
int tempScrool = 0;
if (presort_flag == true) {
presort_flag = false;
card.presort();