We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1f394 commit bd2be80Copy full SHA for bd2be80
cores/esp32/cbuf.h
@@ -62,7 +62,7 @@ class cbuf
62
63
cbuf *next;
64
65
-private:
+protected:
66
inline char* wrap_if_bufend(char* ptr) const
67
{
68
return (ptr == _bufend) ? _buf : ptr;
0 commit comments