mirror of https://github.com/ARMmbed/mbed-os.git
A bug was detected when the uint8_t SUBGRF_GetFskBandwidthRegValue( uint32_t bandwidth ) is called and the bandwith argument has a value of 0. Comparing the code to the STMCubeWL 1.1 we can see that an if statement is missing to address the condition where bandwith is equal to 0. Added the if statement to the radio driver to account for this edge case. |
||
|---|---|---|
| .. | ||
| COMPONENT_SX126X | ||
| COMPONENT_SX1272 | ||
| COMPONENT_SX1276 | ||
| TARGET_STM32WL | ||
| CMakeLists.txt | ||
| LICENCE-BSD-3-Clause | ||
| LICENSE | ||
| README.md | ||