修改exchecker相关

This commit is contained in:
ranchuan
2023-12-14 18:57:04 +08:00
parent 3909bc13a2
commit d51cef720f
3 changed files with 34 additions and 9 deletions

View File

@@ -311,3 +311,17 @@ array_def *protm_encode(protu_def *p,array_def *data)
protuc_codec_export(ym_slave,protm_decode,protm_encode);
// 小板ew协议解码
array_def *protew_decode(protu_def *p,array_def *data)
{
}
array_def *protew_encode(protu_def *p,array_def *data)
{
}
protuc_codec_export(ew_slave,protm_decode,protm_encode);