auto-sync

This commit is contained in:
rusEfi 2016-07-17 00:02:27 -04:00
parent 71e846facb
commit 03d5292b45
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ static void showLine(lcd_line_e line, int screenY) {
} else {
sdState = 'D';
}
int seconds = getTimeNowSeconds();
efitimesec_t seconds = getTimeNowSeconds();
if (seconds < 10000) {
lcdPrintf(" %d%c", seconds, sdState);
}