From 0f2f5fdf4a12d5d48bcca56d74d80e9965a6ecc2 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 19 Oct 2024 09:19:37 +0200 Subject: [PATCH] [FEC] Fix some typos --- src/utils/FEC.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/FEC.h b/src/utils/FEC.h index 788b0b52..807120c8 100644 --- a/src/utils/FEC.h +++ b/src/utils/FEC.h @@ -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,