diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-07-08 09:33:41 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-07-08 09:33:41 -0400 |
| commit | a5ab2829eb90f15d0b78678cd2f2aadd18160fed (patch) | |
| tree | e510367d5bd72ab4cfdc5ae2650748b604f249b6 /py | |
| parent | 11cb3e3b4b18a12b56f926f342c65c0f7db93896 (diff) | |
use zephyr include files; wip: compiles
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_defns.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/circuitpy_defns.mk b/py/circuitpy_defns.mk index b30159c7c..0dd31904f 100644 --- a/py/circuitpy_defns.mk +++ b/py/circuitpy_defns.mk @@ -319,7 +319,7 @@ SRC_COMMON_HAL_ALL = \ ifeq ($(CIRCUITPY_BLEIO_HCI),1) SRC_C += \ - common-hal/_bleio/hci.c \ + common-hal/_bleio/hci_api.c \ endif |
