diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-07-23 18:54:26 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-07-23 18:54:26 -0400 |
| commit | f6f45c82a118f59d5d155fbbbe091580ba0dcf31 (patch) | |
| tree | 0b8fe166b6344d0e07950260f0c5f8dc9855eea1 /devices/ble_hci/common-hal/_bleio/hci_include/addr.h | |
| parent | 90ae1efa001a590a758e125726e67023b69e2779 (diff) | |
wip: ATT protocol
Diffstat (limited to 'devices/ble_hci/common-hal/_bleio/hci_include/addr.h')
| -rw-r--r-- | devices/ble_hci/common-hal/_bleio/hci_include/addr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devices/ble_hci/common-hal/_bleio/hci_include/addr.h b/devices/ble_hci/common-hal/_bleio/hci_include/addr.h index 8f503b8a1..fd74a95e8 100644 --- a/devices/ble_hci/common-hal/_bleio/hci_include/addr.h +++ b/devices/ble_hci/common-hal/_bleio/hci_include/addr.h @@ -12,6 +12,7 @@ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_ADDR_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_ADDR_H_ +#include <stdbool.h> #include <string.h> /** |
