analogdevicesinc / msdk

Software Development Kit for Analog Device's MAX-series microcontrollers
Apache License 2.0
61 stars 81 forks source link

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

Closed BrentK-ADI closed 4 months ago

BrentK-ADI commented 4 months ago

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.