kopia lustrzana https://github.com/jgromes/RadioLib
[RTTTY] Fixed issues found by cppcheck
rodzic
909969aa15
commit
f72f7bd46d
|
@ -59,7 +59,7 @@ class RTTYClient: 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:
|
||||||
|
|
Ładowanie…
Reference in New Issue