From 5a0fd77bc6b20c55ae03bea9855a27fa4254a135 Mon Sep 17 00:00:00 2001 From: Roberto Date: Fri, 9 Jul 2021 19:13:46 +0200 Subject: [PATCH] added a newline at the end of file --- examples/MidiBle_Client/MidiBle_Client.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/MidiBle_Client/MidiBle_Client.ino b/examples/MidiBle_Client/MidiBle_Client.ino index 050fd3d..9a44bdf 100644 --- a/examples/MidiBle_Client/MidiBle_Client.ino +++ b/examples/MidiBle_Client/MidiBle_Client.ino @@ -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); -} \ No newline at end of file +}