From 48ed06aa4b4690e976e62aff9381e93b1399252d Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 11 May 2024 20:32:57 +0100 Subject: [PATCH] [Morse] Fixed issues found by cppcheck --- src/protocols/Morse/Morse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/Morse/Morse.h b/src/protocols/Morse/Morse.h index 66c39193..78d6a910 100644 --- a/src/protocols/Morse/Morse.h +++ b/src/protocols/Morse/Morse.h @@ -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: