Commit 3743b11f authored by captainwong's avatar captainwong

hbMakeCom*

parent 07865931
...@@ -1384,7 +1384,7 @@ HbComRequestType hbComParseRequest(const uint8_t* data, int len) ...@@ -1384,7 +1384,7 @@ HbComRequestType hbComParseRequest(const uint8_t* data, int len)
return HbComReq_Invalid; return HbComReq_Invalid;
} }
HbComResponseType hbParseComResponse(const uint8_t* data, int len) HbComResponseType hbComParseResponse(const uint8_t* data, int len)
{ {
do { do {
if (len < 7) { break; } // 所有的 response ,长度最小为 7 if (len < 7) { break; } // 所有的 response ,长度最小为 7
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment