Bump message version to prevent incompatible CQs between 0.5 and 0.6 while we transition

This commit is contained in:
Jordan Sherer
2018-09-14 08:44:41 -04:00
parent ffbfb3b133
commit caef6ad1cd
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ allocate ( rxdata(N), llr(N) )
i1Msg8BitBytes(10:11)=0
checksum = crc12 (c_loc (i1Msg8BitBytes), 11)
checksum = xor(checksum, 42)
checksum = xor(checksum, 41)
! For reference, the next 3 lines show how to check the CRC
i1Msg8BitBytes(10)=checksum/256
i1Msg8BitBytes(11)=iand (checksum,255)