auto-sync

This commit is contained in:
rusEfi 2016-04-11 22:01:47 -04:00
parent 0941eedeaa
commit c55760685f
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ static THD_FUNCTION(consoleThreadThreadEntryPoint, arg) {
if (boardConfiguration->startConsoleInBinaryMode) {
// switch to binary protocol
consoleInBinaryMode = true;
runBinaryProtocolLoop(&binaryConsole, true);
}