From bf101b50bae3e366690f780e2918371cfc4f3638 Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 1 Apr 2024 10:49:12 +0200 Subject: [PATCH] [Bell] Fixed doxygen warnings --- src/protocols/BellModem/BellModem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/BellModem/BellModem.h b/src/protocols/BellModem/BellModem.h index b98479e4..045c2feb 100644 --- a/src/protocols/BellModem/BellModem.h +++ b/src/protocols/BellModem/BellModem.h @@ -93,7 +93,7 @@ class BellClient: public AFSKClient, public RadioLibPrint { /*! \brief Set correction coefficient for tone length. - \param correction Timing correction factor, used to adjust the length of tones. + \param corr Timing correction factor, used to adjust the length of tones. Less than 1.0 leads to shorter tones, defaults to 1.0 (no correction). \returns \ref status_codes */