|
|
@ -58,7 +58,7 @@ void ProtocolProcesserMgr::onPacket(uint8_t from, uint8_t to, uint8_t* rawpacket |
|
|
|
|
|
|
|
if (!processed) { |
|
|
|
ZLOGW(TAG, "no processer support this packet"); |
|
|
|
zcanbus_send_errorack(packet, err::kerr_function_not_support); |
|
|
|
zcanbus_send_errorack(packet, kerr_function_not_support); |
|
|
|
} |
|
|
|
ZLOGI(TAG, "process end"); |
|
|
|
} |