Fix typo in unlockBluetooth docs (#3036)
This commit is contained in:
parent
6c435c1209
commit
e0d8523f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ For many BTStack examples, you simply need call the included
|
||||||
called afterwards to start processing (in the background).
|
called afterwards to start processing (in the background).
|
||||||
|
|
||||||
You will also need to acquire the BT ``async_context`` system lock before
|
You will also need to acquire the BT ``async_context`` system lock before
|
||||||
calling any BTStack APIs. ``__lockBluetooth`` and ``unlockBluetooth`` are
|
calling any BTStack APIs. ``__lockBluetooth`` and ``__unlockBluetooth`` are
|
||||||
provided in the PicoW variant code.
|
provided in the PicoW variant code.
|
||||||
|
|
||||||
Note that if you need to modify the system ``btstack_config.h`` file, do so
|
Note that if you need to modify the system ``btstack_config.h`` file, do so
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue