mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-05-04 07:10:16 +00:00
small fix
This commit is contained in:
parent
aa862d8f2c
commit
fd51a4935c
@ -4,7 +4,7 @@
|
||||
// TODO: Отложенная передача после завершения приема
|
||||
|
||||
class IR_DecoderRaw;
|
||||
class IR_Encoder : IR_FOX
|
||||
class IR_Encoder : public IR_FOX
|
||||
{
|
||||
friend IR_DecoderRaw;
|
||||
|
||||
|
@ -183,7 +183,7 @@ public:
|
||||
uint16_t rTime = 0;
|
||||
};
|
||||
|
||||
inline uint16_t getId() { return id; }
|
||||
inline uint16_t getId() const { return id; }
|
||||
inline void setId(uint16_t id) { this->id = id; }
|
||||
static void checkAddressRuleApply(uint16_t address, uint16_t id, bool &flag);
|
||||
void setPin(uint8_t pin);
|
||||
|
Loading…
x
Reference in New Issue
Block a user