From 6a5dcc6a6a38fe545bf14efe129cf7838f96375b Mon Sep 17 00:00:00 2001 From: StevenCellist Date: Mon, 28 Oct 2024 14:26:48 +0100 Subject: [PATCH] [PHY] Revert LR-FHSS bw back to `uint8_t` --- src/protocols/PhysicalLayer/PhysicalLayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/PhysicalLayer/PhysicalLayer.h b/src/protocols/PhysicalLayer/PhysicalLayer.h index 0b64df7f..c5467990 100644 --- a/src/protocols/PhysicalLayer/PhysicalLayer.h +++ b/src/protocols/PhysicalLayer/PhysicalLayer.h @@ -58,7 +58,7 @@ struct FSKRate_t { */ struct LrFhssRate_t { /*! \brief Bandwidth */ - float bw; + uint8_t bw; /*! \brief Coding rate */ uint8_t cr;