From 25c00264a37b1b3e07dc110294257f2ac362e22d Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sun, 1 Sep 2024 10:13:13 +0800 Subject: [PATCH] update --- app_protocols/transmit_disfection_protocol | 2 +- app_protocols/zscanprotocol | 2 +- usrc/base/protocol_processer_mgr.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app_protocols/transmit_disfection_protocol b/app_protocols/transmit_disfection_protocol index e4de0c8..bc4d7a3 160000 --- a/app_protocols/transmit_disfection_protocol +++ b/app_protocols/transmit_disfection_protocol @@ -1 +1 @@ -Subproject commit e4de0c8b6fac07853f99ce3b9562e490c8f27923 +Subproject commit bc4d7a3d201125f735fb193b6109be24399be84a diff --git a/app_protocols/zscanprotocol b/app_protocols/zscanprotocol index 8a3aeaf..1b678c1 160000 --- a/app_protocols/zscanprotocol +++ b/app_protocols/zscanprotocol @@ -1 +1 @@ -Subproject commit 8a3aeaf8883a3c7d01594e0399fbe96bf8b9cf72 +Subproject commit 1b678c19f32b1718ae4ebd719b1dc19cd1e48bf5 diff --git a/usrc/base/protocol_processer_mgr.cpp b/usrc/base/protocol_processer_mgr.cpp index 294179e..0de723b 100644 --- a/usrc/base/protocol_processer_mgr.cpp +++ b/usrc/base/protocol_processer_mgr.cpp @@ -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"); }