[AFSK] Fixed doxygen warnings

This commit is contained in:
jgromes 2024-04-01 10:48:53 +02:00
parent 400c5af941
commit 6c2e16fbab

View file

@ -44,7 +44,7 @@ class AFSKClient {
/*! /*!
\brief Stops transmitting audio tone. \brief Stops transmitting audio tone.
\param freq Keep transmitter on - this may limit noise when switching transmitter on or off. \param keepOn Keep transmitter on - this may limit noise when switching transmitter on or off.
\returns \ref status_codes \returns \ref status_codes
*/ */
int16_t noTone(bool keepOn = false); int16_t noTone(bool keepOn = false);