diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-06-19 21:54:28 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-06-19 21:54:28 -0400 |
| commit | 24ac1fdcabdcdb02f9807192d3cb2a4210b4afc8 (patch) | |
| tree | a5e72ff005802c5138c522d3502f706fbae935da /py | |
| parent | a1b5d800f30418a08a39e73ba4b3e276ca6c7241 (diff) | |
WIP: backup only; not compiled
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 435cf2c33..782314fc7 100644 --- a/py/circuitpy_defns.mk +++ b/py/circuitpy_defns.mk @@ -224,6 +224,7 @@ $(filter $(SRC_PATTERNS), \ audioio/AudioOut.c \ bleio/__init__.c \ bleio/Adapter.c \ + bleio/Central.c \ bleio/Characteristic.c \ bleio/CharacteristicBuffer.c \ bleio/Descriptor.c \ |
