mirror of https://github.com/ARMmbed/mbed-os.git
Remove note about Stream/Serial deprecation
parent
9a7f359ab5
commit
5ee5b071ab
|
@ -82,10 +82,6 @@ public:
|
||||||
*/
|
*/
|
||||||
Serial(PinName tx, PinName rx, int baud);
|
Serial(PinName tx, PinName rx, int baud);
|
||||||
|
|
||||||
/* Stream gives us a FileHandle with non-functional poll()/readable()/writable. Pass through
|
|
||||||
* the calls from the SerialBase instead for backwards compatibility. This problem is
|
|
||||||
* part of why Stream and Serial should be deprecated.
|
|
||||||
*/
|
|
||||||
bool readable()
|
bool readable()
|
||||||
{
|
{
|
||||||
return SerialBase::readable();
|
return SerialBase::readable();
|
||||||
|
|
Loading…
Reference in New Issue