diff options
| author | Dan Halbert <halbert@adafruit.com> | 2020-01-08 14:37:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-08 14:37:28 -0500 |
| commit | 28c1e4f48e5edf16b3aedc0d25e8d01d014def5f (patch) | |
| tree | c644bb87198113b849d272f84c90056e6fdab4fb /py | |
| parent | 22644d33c93d8aa1e346fc23454a14c6d6c8b1f1 (diff) | |
| parent | 7a94940c89398ac8a68b988bad498955001783cd (diff) | |
Merge pull request #2448 from tannewt/packet_buffer
Add PacketBuffer and MTU negotiation support.
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_defns.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/circuitpy_defns.mk b/py/circuitpy_defns.mk index 8dd4fc6b1..35a977946 100644 --- a/py/circuitpy_defns.mk +++ b/py/circuitpy_defns.mk @@ -236,6 +236,7 @@ SRC_COMMON_HAL_ALL = \ _bleio/CharacteristicBuffer.c \ _bleio/Connection.c \ _bleio/Descriptor.c \ + _bleio/PacketBuffer.c \ _bleio/Service.c \ _bleio/UUID.c \ analogio/AnalogIn.c \ |
