fix isRecive

This commit is contained in:
2025-03-12 16:15:35 +03:00
parent 403b8e6850
commit 89d14919c9
2 changed files with 2 additions and 2 deletions

View File

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