We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9493e commit 9d7c2fdCopy full SHA for 9d7c2fd
cores/esp8266/cbuf.cpp
@@ -33,7 +33,6 @@ int ICACHE_RAM_ATTR cbuf::read() {
33
34
char result = *_begin;
35
_begin = wrap_if_bufend(_begin + 1);
36
- return result;
37
return static_cast<int>(result);
38
}
39
0 commit comments