[AFSK] Fixed issues found by cppcheck

This commit is contained in:
jgromes 2024-05-11 20:31:01 +01:00
parent 44b2dcaa15
commit d61589a2c5

View file

@ -26,7 +26,7 @@ class AFSKClient {
\brief Copy contructor. \brief Copy contructor.
\param aud Pointer to the AFSKClient instance to copy. \param aud Pointer to the AFSKClient instance to copy.
*/ */
AFSKClient(AFSKClient* aud); explicit AFSKClient(AFSKClient* aud);
/*! /*!
\brief Initialization method. \brief Initialization method.