From 6553628fcb66134d43edf1ce8b02f0e010bf57ea Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Fri, 21 Aug 2020 11:51:17 -0400 Subject: rename hci_include/README.dm to avoid triggering sphinx warning --- devices/ble_hci/common-hal/_bleio/hci_include/NOTE.txt | 2 ++ devices/ble_hci/common-hal/_bleio/hci_include/README.md | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 devices/ble_hci/common-hal/_bleio/hci_include/NOTE.txt delete mode 100644 devices/ble_hci/common-hal/_bleio/hci_include/README.md diff --git a/devices/ble_hci/common-hal/_bleio/hci_include/NOTE.txt b/devices/ble_hci/common-hal/_bleio/hci_include/NOTE.txt new file mode 100644 index 000000000..4d2968c39 --- /dev/null +++ b/devices/ble_hci/common-hal/_bleio/hci_include/NOTE.txt @@ -0,0 +1,2 @@ +The HCI-related include files here are copied from the Zephyr project: +https://github.com/zephyrproject-rtos/zephyr/tree/master/include/bluetooth diff --git a/devices/ble_hci/common-hal/_bleio/hci_include/README.md b/devices/ble_hci/common-hal/_bleio/hci_include/README.md deleted file mode 100644 index 4d2968c39..000000000 --- a/devices/ble_hci/common-hal/_bleio/hci_include/README.md +++ /dev/null @@ -1,2 +0,0 @@ -The HCI-related include files here are copied from the Zephyr project: -https://github.com/zephyrproject-rtos/zephyr/tree/master/include/bluetooth -- cgit v1.2.3