Let's give it time to receive meta data

This commit is contained in:
rusefi 2023-09-04 23:48:13 -04:00
parent 7a0d15126d
commit a2ecefd65f
1 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,9 @@ static THD_WORKING_AREA(consoleThread, THREAD_STACK);
static void ConsoleThread(void*) {
static int executionCounter = 0;
chprintf(chp, "Let's give it time to receive meta data\r\n");
chThdSleepMilliseconds(1000);
while (true) {
globalEverythingHappy = true;
startNewCanTest();