diff options
| author | dherrada <dylan.herrada@adafruit.com> | 2020-07-02 17:47:52 -0400 |
|---|---|---|
| committer | dherrada <dylan.herrada@adafruit.com> | 2020-07-02 17:47:52 -0400 |
| commit | 9b4ffc05710873e69bfeed209d0f7ebd8fb2f259 (patch) | |
| tree | ee53c635cbe9a04b6119f74925d4d2cebef1de78 /shared-bindings/_bleio/Address.c | |
| parent | dd27fdfbe34a6d67e5019d211e96bc8cda3ee77d (diff) | |
Changed unions to ReadableBuffer and WriteableBuffer
Diffstat (limited to 'shared-bindings/_bleio/Address.c')
| -rw-r--r-- | shared-bindings/_bleio/Address.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/_bleio/Address.c b/shared-bindings/_bleio/Address.c index 87bae19ce..06fb58d76 100644 --- a/shared-bindings/_bleio/Address.c +++ b/shared-bindings/_bleio/Address.c @@ -38,7 +38,7 @@ //| """Encapsulates the address of a BLE device.""" //| -//| def __init__(self, address: Union[bytes, bytearray, memoryview], address_type: int): +//| def __init__(self, address: ReadableBuffer, address_type: int): //| """Create a new Address object encapsulating the address value. //| The value itself can be one of: //| |
