added a newline at the end of file

This commit is contained in:
Roberto 2021-07-09 19:13:46 +02:00
parent 43d9cfbc35
commit 5a0fd77bc6
1 changed files with 1 additions and 1 deletions

View File

@ -138,4 +138,4 @@ void ReadCB(void *parameter)
//Serial.println(uxTaskGetStackHighWaterMark(NULL)); //Only for debug. You can see the watermark of the free resources assigned by the xTaskCreatePinnedToCore() function.
}
vTaskDelay(1);
}
}