Browse Source

update

moveToEndTestVersion
zhaohe 11 months ago
parent
commit
25c00264a3
  1. 2
      app_protocols/transmit_disfection_protocol
  2. 2
      app_protocols/zscanprotocol
  3. 2
      usrc/base/protocol_processer_mgr.cpp

2
app_protocols/transmit_disfection_protocol

@ -1 +1 @@
Subproject commit e4de0c8b6fac07853f99ce3b9562e490c8f27923
Subproject commit bc4d7a3d201125f735fb193b6109be24399be84a

2
app_protocols/zscanprotocol

@ -1 +1 @@
Subproject commit 8a3aeaf8883a3c7d01594e0399fbe96bf8b9cf72
Subproject commit 1b678c19f32b1718ae4ebd719b1dc19cd1e48bf5

2
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");
}
Loading…
Cancel
Save