From f72f7bd46de0505efcc760cb7876a97ec7387727 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 11 May 2024 20:33:45 +0100 Subject: [PATCH] [RTTTY] Fixed issues found by cppcheck --- src/protocols/RTTY/RTTY.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/RTTY/RTTY.h b/src/protocols/RTTY/RTTY.h index 7ba28214..1807b36a 100644 --- a/src/protocols/RTTY/RTTY.h +++ b/src/protocols/RTTY/RTTY.h @@ -59,7 +59,7 @@ class RTTYClient: 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: