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

fix(BLE): Fixed error in FreeRTOS Timer queue #1010

Merged
merged 1 commit into from
May 11, 2024

Conversation

BrentK-ADI
Copy link
Contributor

Resolved an issue in WsfTimerStop where if the head of the queue is removed, both the tail and head are set to NULL, effectively resetting the queue, rather than the head becoming the next list item. Updated file style based on clang-format and cpplint outputs.

Resolved an issue in WsfTimerStop where if the head of the queue is removed, both the tail and head are set to NULL, effectively resetting the queue, rather than the head becoming the next list item.    Updated file style based on clang-format and cpplint outputs.
@github-actions github-actions bot added the BLE Related to Bluetooth label May 8, 2024
@Jake-Carter Jake-Carter merged commit 398ef7a into analogdevicesinc:main May 11, 2024
6 of 7 checks passed
@BrentK-ADI BrentK-ADI deleted the ble_freertos_timerfix branch May 23, 2024 18:00
EricB-ADI pushed a commit that referenced this pull request Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLE Related to Bluetooth
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants