Skip to content

Commit

Permalink
[PHY] Revert LR-FHSS bw back to uint8_t
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenCellist committed Oct 28, 2024
1 parent 19b09a0 commit 6a5dcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocols/PhysicalLayer/PhysicalLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ struct FSKRate_t {
*/
struct LrFhssRate_t {
/*! \brief Bandwidth */
float bw;
uint8_t bw;

/*! \brief Coding rate */
uint8_t cr;
Expand Down

0 comments on commit 6a5dcc6

Please sign in to comment.