Fix typo in unlockBluetooth docs (#3036)

This commit is contained in:
Alan Yorinks 2025-07-12 13:25:18 -04:00 committed by GitHub
parent 6c435c1209
commit e0d8523f1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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