Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nimble/phy: Fix timings for LE Coded #746

Merged

Conversation

andrzej-kaczmarek
Copy link
Contributor

e8f9ecc changed values for S2 and S8 phy modes. This did not affect LL
code since it was using symbols everywhere, however in nRF52 PHY timings
are indexed by raw values so LE Coded timings are now used incorrectly.

To avoid such issues in future, let's just index arrays with timings
using proper symbols.

e8f9ecc changed values for S2 and S8 phy modes. This did not affect LL
code since it was using symbols everywhere, however in nRF52 PHY timings
are indexed by raw values so LE Coded timings are now used incorrectly.

To avoid such issues in future, let's just index arrays with timings
using proper symbols.
Copy link

@michal-narajowski michal-narajowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@andrzej-kaczmarek andrzej-kaczmarek merged commit 1c561c3 into apache:master Feb 3, 2020
@andrzej-kaczmarek andrzej-kaczmarek deleted the phy-coded-timings branch February 3, 2020 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants