This commit is contained in:
2024-01-26 11:23:48 +03:00
parent 469d9875c8
commit 02410cc78c
3 changed files with 16 additions and 15 deletions

View File

@ -374,7 +374,7 @@ void IR_Decoder::writeToBuffer(bool bit) {
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
}
bool IR_Decoder::crcCheck(uint8_t len, uint16_t &crc) {
bool IR_Decoder::crcCheck(uint8_t len, crc_t &crc) {
bool crcOK = false;
crc = 0;