mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-09-13 11:32:36 +00:00
cleanup
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user