diff options
Diffstat (limited to 'Source/Serial.c')
| -rw-r--r-- | Source/Serial.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Serial.c b/Source/Serial.c index 2002d72..087f631 100644 --- a/Source/Serial.c +++ b/Source/Serial.c @@ -45,7 +45,6 @@ bool SerialRead(uint8_t* ptrArray, size_t nBytes) { if (nBytes == 0) { - dprintf("SerialRead: invalid size %d\n", nBytes); return false; } @@ -67,7 +66,6 @@ bool SerialWrite(void* ptrArray, size_t nBytes) if (nBytes == 0) { - dprintf("SerialWrite: invalid size %d\n", nBytes); return false; } |
