Skip to content

Commit 8910367

Browse files
committed
comment out printf - old platforms not happy
1 parent 8ed4762 commit 8910367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sfTk/sfDevFPC2534.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ fpc_result_t sfDevFPC2534::processNextResponse(bool flushNone)
675675
_comm->endRead();
676676
if (rc != FPC_RESULT_OK)
677677
{
678-
Serial.printf("Error reading payload: %d\n\r", rc);
678+
// Serial.printf("Error reading payload: %d\n\r", rc);
679679
return rc;
680680
}
681681
// if we are flushing NONE events, and this is one, just return

0 commit comments

Comments
 (0)