Skip to content

Commit

Permalink
Merge pull request #8 from WKJay/new
Browse files Browse the repository at this point in the history
修改一个数据标识
  • Loading branch information
WKJay committed Feb 21, 2024
2 parents 9f771a8 + abe2ab9 commit b6d89a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dlt645_2007.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ int dlt645_2007_parsing_data(uint32_t code, uint8_t *read_data, uint16_t len, ui
break;
}
case DIC_4000403:
case DIC_5060101:
case DIC_5060001:
case DIC_7000001:
case DIC_7000002:
for (uint16_t i = 0; i < len; i++)
Expand Down

0 comments on commit b6d89a7

Please sign in to comment.