From 6c2e16fbabf9da718ebe587000784b2b0a919ee3 Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 1 Apr 2024 10:48:53 +0200 Subject: [PATCH] [AFSK] Fixed doxygen warnings --- src/protocols/AFSK/AFSK.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/AFSK/AFSK.h b/src/protocols/AFSK/AFSK.h index ea48630e..d4ca58d6 100644 --- a/src/protocols/AFSK/AFSK.h +++ b/src/protocols/AFSK/AFSK.h @@ -44,7 +44,7 @@ class AFSKClient { /*! \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 */ int16_t noTone(bool keepOn = false);