add ref for cryptorf which uses 14b crc

This commit is contained in:
iceman1001 2020-08-21 14:11:24 +02:00
commit db9818abe4
2 changed files with 6 additions and 0 deletions

View file

@ -29,6 +29,7 @@ typedef enum {
CRC_CCITT,
CRC_KERMIT,
CRC_XMODEM,
CRC_CRYPTORF,
} CrcType_t;
uint16_t update_crc16_ex(uint16_t crc, uint8_t c, uint16_t polynomial);