Skip to content

Commit 3178d38

Browse files
authored
Merge pull request #9248 from andrewguest/fix-bleio-doc-typo
Fix typos in the start_advertising() param docs
2 parents 2f422c2 + 1865db2 commit 3178d38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-bindings/_bleio/Adapter.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ MP_PROPERTY_GETSET(bleio_adapter_name_obj,
198198
//| :param bool anonymous: If `True` then this device's MAC address is randomized before advertising.
199199
//| :param int timeout: If set, we will only advertise for this many seconds. Zero means no timeout.
200200
//| :param float interval: advertising interval, in seconds
201-
//| :param tx_power int: transmitter power while advertising in dBm
202-
//| :param directed_to Address: peer to advertise directly to"""
201+
//| :param int tx_power: transmitter power while advertising in dBm
202+
//| :param Address directed_to: peer to advertise directly to"""
203203
//| ...
204204
STATIC mp_obj_t bleio_adapter_start_advertising(mp_uint_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args) {
205205
bleio_adapter_obj_t *self = MP_OBJ_TO_PTR(pos_args[0]);

0 commit comments

Comments
 (0)