Replace uint16_t with u16

This commit is contained in:
Nekotekina 2020-12-18 11:24:19 +03:00
parent 534c63bf57
commit d6042cf891
5 changed files with 137 additions and 137 deletions

View file

@ -99,7 +99,7 @@ bool statichle_handler::load_patterns()
#define POLY 0x8408
uint16_t statichle_handler::gen_CRC16(const u8* data_p, usz length)
u16 statichle_handler::gen_CRC16(const u8* data_p, usz length)
{
unsigned char i;
unsigned int data;