mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-10-30 10:32:35 +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