Log disable.

This commit is contained in:
dxl
2021-03-31 17:57:47 +08:00
parent f3d32b4178
commit 16b5d8123f
@@ -311,7 +311,7 @@ int uart_receive(const serial_port sp, uint8_t *pbtRx, uint32_t pszMaxRxLen, uin
}
}
LOGD("Has data can received");
// LOGD("Has data can received");
// Retrieve the count of the incoming bytes
res = ioctl(((serial_port_unix *) sp)->fd, FIONREAD, &byteCount);