mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
refacter(bluetooth): Proper HCI header include.
This commit is contained in:
committed by
Pete Johanson
parent
fb99496a73
commit
0b5afbf9c0
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user