From 6cf68034628909af393c5bd326d53ddbbf1e8a0b Mon Sep 17 00:00:00 2001 From: Blackaddr Date: Thu, 15 Dec 2022 21:05:55 -0500 Subject: [PATCH] cleanup --- examples/Tests/TGA_PRO_Basic_Test/spiTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/Tests/TGA_PRO_Basic_Test/spiTest.cpp b/examples/Tests/TGA_PRO_Basic_Test/spiTest.cpp index dc7fb88..fec3003 100644 --- a/examples/Tests/TGA_PRO_Basic_Test/spiTest.cpp +++ b/examples/Tests/TGA_PRO_Basic_Test/spiTest.cpp @@ -71,7 +71,6 @@ bool spiTest(BASpiMemory *mem, int id) if (spiErrorCount >= 10) break; } - if (spiErrorCount == 0) { Serial.println(String("SPI MEMORY(") + cnt + String("): Zero test PASSED!")); } if (spiErrorCount == 0) { Serial.print("."); Serial.flush(); } if (spiErrorCount > 0) { //Serial.println(String("SPI MEMORY(") + cnt + String("): Zero test FAILED, error count = ") + spiErrorCount); return false;