[CRC] Fixed incorrect doxygen class name

This commit is contained in:
jgromes 2023-05-23 22:41:32 +02:00
parent 3968e611af
commit 551c6fd304

View file

@ -13,8 +13,8 @@
#define RADIOLIB_CRC_CCITT_OUT (0xFFFF) #define RADIOLIB_CRC_CCITT_OUT (0xFFFF)
/*! /*!
\class AX25Frame \class RadioLibCRC
\brief Abstraction of AX.25 frame format. \brief Class to calculate CRCs of varying formats.
*/ */
class RadioLibCRC { class RadioLibCRC {
public: public: