Remove note about Stream/Serial deprecation

pull/8413/head
Jenny Plunkett 2018-10-12 13:22:49 -05:00
parent 9a7f359ab5
commit 5ee5b071ab
1 changed files with 0 additions and 4 deletions

View File

@ -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();