[Morse] Fixed issues found by cppcheck
This commit is contained in:
parent
d779a834a0
commit
48ed06aa4b
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ class MorseClient: 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