1 2
/// CRC algorithm used for checksums in a ROM. pub const CRC_16_MODBUS: crc::Crc<u16> = crc::Crc::<u16>::new(&crc::CRC_16_MODBUS);