Skip to content

Commit e0d8523

Browse files
authored
Fix typo in unlockBluetooth docs (#3036)
1 parent 6c435c1 commit e0d8523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/bluetooth.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For many BTStack examples, you simply need call the included
4242
called afterwards to start processing (in the background).
4343

4444
You will also need to acquire the BT ``async_context`` system lock before
45-
calling any BTStack APIs. ``__lockBluetooth`` and ``unlockBluetooth`` are
45+
calling any BTStack APIs. ``__lockBluetooth`` and ``__unlockBluetooth`` are
4646
provided in the PicoW variant code.
4747

4848
Note that if you need to modify the system ``btstack_config.h`` file, do so

0 commit comments

Comments
 (0)