Fix compiler warning sketch/ultralcd.cpp:6301:7: warning: unused variable 'tempScrool' [-Wunused-variable].
This commit is contained in:
parent
d85c36cc77
commit
05d455fc30
|
|
@ -6296,7 +6296,7 @@ void lcd_sdcard_stop()
|
||||||
void lcd_sdcard_menu()
|
void lcd_sdcard_menu()
|
||||||
{
|
{
|
||||||
uint8_t sdSort = eeprom_read_byte((uint8_t*)EEPROM_SD_SORT);
|
uint8_t sdSort = eeprom_read_byte((uint8_t*)EEPROM_SD_SORT);
|
||||||
int tempScrool = 0;
|
|
||||||
if (presort_flag == true) {
|
if (presort_flag == true) {
|
||||||
presort_flag = false;
|
presort_flag = false;
|
||||||
card.presort();
|
card.presort();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue