[CRC] Fixed incorrect doxygen class name
This commit is contained in:
parent
3968e611af
commit
551c6fd304
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue