[RTTTY] Fixed issues found by cppcheck
This commit is contained in:
parent
909969aa15
commit
f72f7bd46d
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class RTTYClient: public RadioLibPrint {
|
||||||
\param b Byte to write.
|
\param b Byte to write.
|
||||||
\returns 1 if the byte was written, 0 otherwise.
|
\returns 1 if the byte was written, 0 otherwise.
|
||||||
*/
|
*/
|
||||||
size_t write(uint8_t b);
|
size_t write(uint8_t b) override;
|
||||||
|
|
||||||
#if !RADIOLIB_GODMODE
|
#if !RADIOLIB_GODMODE
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Add table
Reference in a new issue