Skip to content

Commit

Permalink
Update cyphal_udp.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Pavel Kirienko <[email protected]>
  • Loading branch information
emrainey and pavel-kirienko authored Jun 23, 2023
1 parent 275eec9 commit 5014876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyphal_udp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ cyphal_udp.fields = {
}

crc16_mismatch_expert = ProtoExpert.new("cyphal_udp.crc16_match", "crc16_match", expert.group.CHECKSUM, expert.severity.WARN)
crc32_mismatch_export = ProtoExpert.new("cyphal_udp.crc32_match", "crc32_match", expert.group.CHECKSUM, expert.severity.WARN)
crc32_mismatch_expert = ProtoExpert.new("cyphal_udp.crc32_match", "crc32_match", expert.group.CHECKSUM, expert.severity.WARN)

cyphal_udp.experts = {
crc16_mismatch_expert, crc32_mismatch_export
Expand Down

0 comments on commit 5014876

Please sign in to comment.