Skip to content

Commit

Permalink
Make ancestor write methods available in ReadWriteStream
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Dec 8, 2020
1 parent ef231ef commit 215c1f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sming/Core/Data/Stream/ReadWriteStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class ReadWriteStream : public IDataSourceStream
return write(&charToWrite, 1);
}

using Print::write;

/** @brief Write chars to stream
* @param buffer Pointer to buffer to write to the stream
* @param size Quantity of chars to write
Expand Down

0 comments on commit 215c1f7

Please sign in to comment.