auto-sync

This commit is contained in:
rusEfi 2016-09-22 02:01:59 -04:00
parent 76e909e23a
commit 860700a022
1 changed files with 5 additions and 0 deletions

View File

@ -536,6 +536,11 @@ void handleConsoleLine(char *line) {
sendOutConfirmation(confirmation, lineLength);
#endif
#if EFI_SIMULATOR || defined(__DOXYGEN__)
printf("handleConsoleLine [%s]\r\n", line);
#endif /* EFI_SIMULATOR */
bool isKnownComman = handleConsoleLineInternal(line, lineLength);
if (!isKnownComman) {