[FEC] Fix some typos
This commit is contained in:
parent
00699ce225
commit
0f2f5fdf4a
1 changed files with 2 additions and 2 deletions
|
@ -83,10 +83,10 @@ extern RadioLibBCH RadioLibBCHInstance;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\class RadioLibConvCode
|
\class RadioLibConvCode
|
||||||
\brief Class to perform convolutional coding wtih variable rates.
|
\brief Class to perform convolutional coding with variable rates.
|
||||||
Only 1/2 and 1/3 rate is currently supported.
|
Only 1/2 and 1/3 rate is currently supported.
|
||||||
|
|
||||||
Copnvolutional coder implementation in this class is adapted from Setmech's LR-FHSS demo:
|
Convolutional coder implementation in this class is adapted from Semtech's LR-FHSS demo:
|
||||||
https://github.com/Lora-net/SWDM001/tree/master/lib/sx126x_driver
|
https://github.com/Lora-net/SWDM001/tree/master/lib/sx126x_driver
|
||||||
|
|
||||||
Its SX126x driver is distributed under the Clear BSD License,
|
Its SX126x driver is distributed under the Clear BSD License,
|
||||||
|
|
Loading…
Add table
Reference in a new issue