diff --git a/include/bluetooth/hci_driver.h b/include/drivers/bluetooth/hci_driver.h similarity index 100% rename from include/bluetooth/hci_driver.h rename to include/drivers/bluetooth/hci_driver.h diff --git a/tests/bluetooth/test_bluetooth/src/bluetooth.c b/tests/bluetooth/test_bluetooth/src/bluetooth.c index f214a2a153f..1199131affd 100644 --- a/tests/bluetooth/test_bluetooth/src/bluetooth.c +++ b/tests/bluetooth/test_bluetooth/src/bluetooth.c @@ -22,7 +22,7 @@ #include #include -#include +#include #define EXPECTED_ERROR -ENOSYS