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/nrf5x: Fix tx-tx transition #1384

Merged
merged 1 commit into from Oct 4, 2022

Conversation

andrzej-kaczmarek
Copy link
Contributor

We need to store current transition before calling txend callback. This is important in case of tx-tx transition since txend callback will call ble_phy_tx which overwrites current transition.

We need to store current transition before calling txend callback. This
is important in case of tx-tx transition since txend callback will call
ble_phy_tx which overwrites current transition.
@apache-mynewt-bot
Copy link

Style check summary

No suggestions at this time!

@andrzej-kaczmarek andrzej-kaczmarek merged commit e716ae5 into apache:master Oct 4, 2022
@andrzej-kaczmarek andrzej-kaczmarek deleted the phy-txtx-fix branch October 4, 2022 07:43
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