Code cleanup
This commit is contained in:
@@ -32,7 +32,7 @@ namespace SubChannelDecoder
|
||||
public class CRC16CCITTContext
|
||||
{
|
||||
static UInt16[] table =
|
||||
{
|
||||
{
|
||||
0x0000, 0x1021, 0x2042, 0x3063, 0x4084, 0x50a5,
|
||||
0x60c6, 0x70e7, 0x8108, 0x9129, 0xa14a, 0xb16b,
|
||||
0xc18c, 0xd1ad, 0xe1ce, 0xf1ef, 0x1231, 0x0210,
|
||||
|
||||
Reference in New Issue
Block a user