[RTTTY] Fixed issues found by cppcheck

This commit is contained in:
jgromes 2024-05-11 20:33:45 +01:00
parent 909969aa15
commit f72f7bd46d

View file

@ -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: