FIX: modem.clear() bug
This commit is contained in:
@@ -50,7 +50,7 @@ namespace tbx {
|
||||
*
|
||||
* Requirements:
|
||||
* - size_t write_impl(const Char_t* buffer, size_t size) : Return the number of \c Char_t written
|
||||
* - size_t write_(const Char_t ch) : Return the number of \c Char_t written (normally one).
|
||||
* - size_t write_impl(const Char_t ch) : Return the number of \c Char_t written (normally one).
|
||||
*
|
||||
* \tparam Impl_t The derived type
|
||||
* \tparam Char_t The char type to use
|
||||
|
||||
Reference in New Issue
Block a user