You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Problem
The `Exit` group of error-handling macros inhibit scoping, and
are unnecessary when there is no cleanup at the `exit:` label.
#### Change overview
- Remove `exit: return` idiom from `src/ble`, replacing `Exit` macros
with corresponding `Return` macros.
#### Testing
No change to functionality; existing tests should catch regressions.
0 commit comments