Skip to content

Commit

Permalink
[FEC] Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Oct 19, 2024
1 parent 00699ce commit 0f2f5fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/FEC.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ extern RadioLibBCH RadioLibBCHInstance;

/*!
\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.
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
Its SX126x driver is distributed under the Clear BSD License,
Expand Down

0 comments on commit 0f2f5fd

Please sign in to comment.