[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)
|
||||
|
||||
/*!
|
||||
\class AX25Frame
|
||||
\brief Abstraction of AX.25 frame format.
|
||||
\class RadioLibCRC
|
||||
\brief Class to calculate CRCs of varying formats.
|
||||
*/
|
||||
class RadioLibCRC {
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue