|
|
@ -161,7 +161,7 @@ int32_t ZCanCommnaderMaster::sendPacketBlock(uint8_t *pa |
|
|
|
errocode = error_ack->errorcode; |
|
|
|
} else { |
|
|
|
if (rxbuf) { |
|
|
|
ZLOGI(TAG, "rxbuf:%d", report->get_datalen()); |
|
|
|
// ZLOGI(TAG, "rxbuf:%d", report->get_datalen());
|
|
|
|
safe_memcpy(rxbuf, rxbuflen, report->get_data(), report->get_datalen()); |
|
|
|
} |
|
|
|
} |
|
|
|