diff options
Diffstat (limited to 'app/src/ble.c')
-rw-r--r-- | app/src/ble.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/ble.c b/app/src/ble.c index f01ed87153..3ed735a18d 100644 --- a/app/src/ble.c +++ b/app/src/ble.c @@ -19,7 +19,7 @@ #include <zephyr/bluetooth/hci.h> #include <zephyr/bluetooth/uuid.h> #include <zephyr/bluetooth/gatt.h> -#include <zephyr/bluetooth/hci_err.h> +#include <zephyr/bluetooth/hci_types.h> #if IS_ENABLED(CONFIG_SETTINGS) |