diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-01-27 17:10:56 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-01-27 17:10:56 -0500 |
| commit | e21580b67fb476ac89955407af01cf6406b3b388 (patch) | |
| tree | e58c763143af9a322c09ac8947a03a19054d926d /shared-bindings/_bleio/Characteristic.c | |
| parent | 7c11a5ad6d59d6a87eec4cfb6ed4728d0c06761b (diff) | |
PacketBuffer.packet_size was returning bool instead of int
Diffstat (limited to 'shared-bindings/_bleio/Characteristic.c')
| -rw-r--r-- | shared-bindings/_bleio/Characteristic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/_bleio/Characteristic.c b/shared-bindings/_bleio/Characteristic.c index 2b1dc1f78..e55191f7c 100644 --- a/shared-bindings/_bleio/Characteristic.c +++ b/shared-bindings/_bleio/Characteristic.c @@ -49,7 +49,7 @@ //| as part of remote Services. //| -//| .. method:: add_to_service(service, uuid, *, properties=0, read_perm=`Attribute.OPEN`, write_perm=`Attribute.OPEN`, max_length=20, fixed_length=False, initial_value=None) +//| .. method:: add_to_service(service, uuid, *, properties=0, read_perm=Attribute.OPEN, write_perm=Attribute.OPEN, max_length=20, fixed_length=False, initial_value=None) //| //| Create a new Characteristic object, and add it to this Service. //| |
