chg: xmodem

This commit is contained in:
iceman1001 2019-08-04 20:05:30 +02:00
commit b43ea3be32
2 changed files with 5 additions and 0 deletions

View file

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