master
Blackaddr 1 year ago
parent 2ad4882ab9
commit 6cf6803462
  1. 1
      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;

Loading…
Cancel
Save