diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-08-30 14:06:48 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-08-30 14:06:48 -0400 |
| commit | b27d51125134b4317b429eb7b015c9f94f22adb0 (patch) | |
| tree | a7e41afb5f048f98d6dca93e5f70c85216b5e069 /devices/ble_hci/common-hal/_bleio/hci_include | |
| parent | 770c204d5a283add29e03e421490e1d5b9663f3c (diff) | |
address review; use constructor for HCI Adapter
Diffstat (limited to 'devices/ble_hci/common-hal/_bleio/hci_include')
| -rw-r--r-- | devices/ble_hci/common-hal/_bleio/hci_include/NOTE.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devices/ble_hci/common-hal/_bleio/hci_include/NOTE.txt b/devices/ble_hci/common-hal/_bleio/hci_include/NOTE.txt index 4d2968c39..ac34c815c 100644 --- a/devices/ble_hci/common-hal/_bleio/hci_include/NOTE.txt +++ b/devices/ble_hci/common-hal/_bleio/hci_include/NOTE.txt @@ -1,2 +1,2 @@ -The HCI-related include files here are copied from the Zephyr project: -https://github.com/zephyrproject-rtos/zephyr/tree/master/include/bluetooth +The HCI-related include files here were copied from the Zephyr project, from this commit: +https://github.com/zephyrproject-rtos/zephyr/tree/0a87f9359edf1ec1c169626df3e19c2b4a4e9646/include/bluetooth |
