crc16_byte
#define UTOPPY_CRC16(ccrc,b) crc16_byte((ccrc), (b)) /* from crc16.h */
crc = crc16_byte(crc, *data++);