mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-10-28 09:32:37 +00:00
grammar fix
This commit is contained in:
@ -49,7 +49,7 @@ public:
|
||||
|
||||
inline bool isOverflow() { return isBufferOverflow; }; // Буффер переполнился
|
||||
bool isSubOverflow();
|
||||
volatile inline bool isReciving() { return isRecive; }; // Возвращает true, если происходит приём пакета
|
||||
volatile inline bool isReceiving() { return isRecive; }; // Возвращает true, если происходит приём пакета
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user