Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lib/crc16.cc
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ void checkSum(uint8_t *pDataIn, size_t len, uint8_t *sumHigh, uint8_t *sumLow)
{
uint8_t tableIndex = 0;

//采用len控制for循环结束,更灵活
//这样可以对input的一部分做计算
size_t i = 0;
if ((0 != len) && (NULL != pDataIn))
{
Expand Down