[Print] Fixed doxygen warnings

This commit is contained in:
jgromes 2024-04-01 10:49:47 +02:00
parent ab4c82c7c1
commit 63e8172815

View file

@ -10,7 +10,10 @@
#define RADIOLIB_ASCII_EXTENDED 1
#define RADIOLIB_ITA2 2
// based on Arduino Print class
/*!
\class RadioLibPrint
\brief Printing class, based on Arduino Print class with additional encodings.
*/
class RadioLibPrint {
public:
virtual size_t write(uint8_t) = 0;