[SX126x] Fixed doxygen param name
This commit is contained in:
parent
586486b1d3
commit
2ce9246053
1 changed files with 2 additions and 2 deletions
|
@ -607,9 +607,9 @@ class SX126x: public PhysicalLayer {
|
||||||
/*!
|
/*!
|
||||||
\brief Sets FSK sync word in the form of array of up to 8 bytes.
|
\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
|
\returns \ref status_codes
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue