whychdw
2019-07-16 adf0efd04f2a58848af71611becec0fa15996093
app/src/main/java/com/fbs9100/FBS_Crc16.java
@@ -40,7 +40,7 @@
               0x6E17, 0x7E36, 0x4E55, 0x5E74, 0x2E93, 0x3EB2, 0x0ED1, 0x1EF0
         };
   static int CalCRC16(final ByteBuffer buf, int count)
   public static int CalCRC16(final ByteBuffer buf, int count)
   {
      ByteBuffer tmpbuf = buf;
      tmpbuf.position(0);