[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.
|
||||
\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
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue