Skip to content

Commit

Permalink
update reference CCIT->XMODEM per https://github.com/Nicoretti/crc/bl…
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed May 14, 2024
1 parent 786ef9c commit a77b3cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion okdmr/tests/dmrlib/etsi/crc/test_crc.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


def test_ccit_bitcrc_crc():
crc_ccit = Calculator(optimized=True, configuration=Crc16.CCITT)
crc_ccit = Calculator(optimized=True, configuration=Crc16.XMODEM)
bit_crc_ccit = BitCrcCalculator(
table_based=True,
configuration=BitCrcConfiguration(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test = [
"pytest>=7.0.0",
"pytest-cov>=4.0.0",
"pytest-asyncio>=0.20.0",
"crc>=4.0.0",
"crc>=7.0.0",
"coverage>=7.4.0"
]

Expand Down

0 comments on commit a77b3cc

Please sign in to comment.