mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-06-28 05:09:40 +00:00
rename checkAddressRuleApply
This commit is contained in:
@ -169,7 +169,7 @@ public:
|
||||
uint16_t rTime = 0;
|
||||
};
|
||||
|
||||
static void checkaddressRuleApply(uint16_t address, uint16_t id, bool& flag) {
|
||||
static void checkAddressRuleApply(uint16_t address, uint16_t id, bool& flag) {
|
||||
flag = false;
|
||||
flag |= id == 0;
|
||||
flag |= address == id;
|
||||
|
Reference in New Issue
Block a user