Skip to content
Snippets Groups Projects
Commit c8054e44 authored by schneider's avatar schneider
Browse files

change(mp-ble): Use synchronous interface

Our interrupts are already scheduled via `mp_schedule()`. By switching
to the synchronous interface we avoid yet another `mp_schedule()` call
in the bluetooth module. This also allows the bluetooth module to not
have to use its internal ring buffer.
parent cd98e490
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment