[PHY] Bump LR-FHSS bw member to float

This commit is contained in:
StevenCellist 2024-10-28 14:20:09 +01:00
parent a953475b9a
commit 9f04da29af

View file

@ -58,7 +58,7 @@ struct FSKRate_t {
*/
struct LrFhssRate_t {
/*! \brief Bandwidth */
uint8_t bw;
float bw;
/*! \brief Coding rate */
uint8_t cr;