Skip to content

Commit

Permalink
Merge pull request #9248 from andrewguest/fix-bleio-doc-typo
Browse files Browse the repository at this point in the history
Fix typos in the start_advertising() param docs
  • Loading branch information
tannewt committed May 15, 2024
2 parents 2f422c2 + 1865db2 commit 3178d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared-bindings/_bleio/Adapter.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ MP_PROPERTY_GETSET(bleio_adapter_name_obj,
//| :param bool anonymous: If `True` then this device's MAC address is randomized before advertising.
//| :param int timeout: If set, we will only advertise for this many seconds. Zero means no timeout.
//| :param float interval: advertising interval, in seconds
//| :param tx_power int: transmitter power while advertising in dBm
//| :param directed_to Address: peer to advertise directly to"""
//| :param int tx_power: transmitter power while advertising in dBm
//| :param Address directed_to: peer to advertise directly to"""
//| ...
STATIC mp_obj_t bleio_adapter_start_advertising(mp_uint_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args) {
bleio_adapter_obj_t *self = MP_OBJ_TO_PTR(pos_args[0]);
Expand Down

0 comments on commit 3178d38

Please sign in to comment.