mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-21 21:22:31 +03:00
Remove duplicate 'return' (copy-and-paste error).
This commit is contained in:
@ -33,7 +33,6 @@ int ICACHE_RAM_ATTR cbuf::read() {
|
||||
|
||||
char result = *_begin;
|
||||
_begin = wrap_if_bufend(_begin + 1);
|
||||
return result;
|
||||
return static_cast<int>(result);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user