Commit 575fa5dd authored by captainwong's avatar captainwong

no assert

parent aec3c0fd
...@@ -1219,7 +1219,7 @@ struct AdemcoPacket ...@@ -1219,7 +1219,7 @@ struct AdemcoPacket
// dump data // dump data
JLOG_HEX(pack, std::min(pack_len, jlib::MAX_INPUT_BUFF_LEN)); JLOG_HEX(pack, std::min(pack_len, jlib::MAX_INPUT_BUFF_LEN));
JLOG_ASC(pack, std::min(pack_len, jlib::MAX_INPUT_BUFF_LEN)); JLOG_ASC(pack, std::min(pack_len, jlib::MAX_INPUT_BUFF_LEN));
assert(0); //assert(0);
return ParseResult::RESULT_DATA_ERROR; return ParseResult::RESULT_DATA_ERROR;
} }
......
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