isRecive fix

This commit is contained in:
DashyFox 2025-03-12 15:38:33 +03:00
parent d0c3138c52
commit 403b8e6850

View File

@ -48,7 +48,7 @@ public:
inline bool isOverflow() { return isBufferOverflow; }; // Буффер переполнился inline bool isOverflow() { return isBufferOverflow; }; // Буффер переполнился
bool isSubOverflow(); bool isSubOverflow();
inline bool isReciving() { return isBufferOverflow; }; // Возвращает true, если происходит приём пакета inline bool isReciving() { return isRecive; }; // Возвращает true, если происходит приём пакета
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
private: private: