From 361e3cc9ac1e5be4e881c31aa8d4c4d2970d8186 Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 1 Apr 2024 10:44:07 +0200 Subject: [PATCH] [nRF24] Fixed doxygen warnings --- src/modules/nRF24/nRF24.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/nRF24/nRF24.h b/src/modules/nRF24/nRF24.h index 54ed9c25..cb632566 100644 --- a/src/modules/nRF24/nRF24.h +++ b/src/modules/nRF24/nRF24.h @@ -460,7 +460,7 @@ class nRF24: public PhysicalLayer { /*! \brief Dummy encoding configuration method, to ensure PhysicalLayer compatibility. - \param sh Ignored. + \param encoding Ignored. \returns \ref status_codes */ int16_t setEncoding(uint8_t encoding) override;