diff --git a/IR_DecoderRaw.h b/IR_DecoderRaw.h index b5ad407..21c7790 100644 --- a/IR_DecoderRaw.h +++ b/IR_DecoderRaw.h @@ -48,7 +48,7 @@ public: inline bool isOverflow() { return isBufferOverflow; }; // Буффер переполнился bool isSubOverflow(); - inline bool isReciving() { return isBufferOverflow; }; // Возвращает true, если происходит приём пакета + inline bool isReciving() { return isRecive; }; // Возвращает true, если происходит приём пакета ////////////////////////////////////////////////////////////////////////// private: