diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-06-03 20:40:05 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-06-03 20:40:05 -0400 |
| commit | 613e12f99fd101a2c6b4b738da398a270aede538 (patch) | |
| tree | c6d492d662a843077826d2dccc16115abda23acf /py | |
| parent | 63ac37946df041519ffa822fde292f3be6d1840c (diff) | |
Replace Broadcaster with enhanced Peripheral
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_defns.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/circuitpy_defns.mk b/py/circuitpy_defns.mk index 1aca33901..31af38d8d 100644 --- a/py/circuitpy_defns.mk +++ b/py/circuitpy_defns.mk @@ -221,7 +221,6 @@ $(filter $(SRC_PATTERNS), \ audioio/AudioOut.c \ bleio/__init__.c \ bleio/Adapter.c \ - bleio/Broadcaster.c \ bleio/Characteristic.c \ bleio/CharacteristicBuffer.c \ bleio/Descriptor.c \ @@ -285,7 +284,6 @@ SRC_BINDINGS_ENUMS += \ $(filter $(SRC_PATTERNS), \ bleio/Address.c \ bleio/AddressType.c \ - bleio/AdvertisementData.c \ bleio/ScanEntry.c \ ) |
