refacter(bluetooth): Proper HCI header include.
This commit is contained in:
parent
fb99496a73
commit
0b5afbf9c0
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -18,7 +18,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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue