From 2ce924605303af36b016536dca1f87bf812e6ee8 Mon Sep 17 00:00:00 2001 From: jgromes Date: Tue, 17 Sep 2019 08:37:31 +0200 Subject: [PATCH] [SX126x] Fixed doxygen param name --- src/modules/SX126x.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/SX126x.h b/src/modules/SX126x.h index b56c879d..072cf7ac 100644 --- a/src/modules/SX126x.h +++ b/src/modules/SX126x.h @@ -607,9 +607,9 @@ class SX126x: public PhysicalLayer { /*! \brief Sets FSK sync word in the form of array of up to 8 bytes. - \param syncWord FSK sync word to be set. + \param syncWord FSK sync word to be set. - \param len FSK sync word length in bits. If less than 64 bits the LSB's of syncWord will be ignored. + \param bitsLen FSK sync word length in bits. If length is not divisible by 8, least significant bits of syncWord will be ignored. \returns \ref status_codes */