Bluetooth: controller: Fix header inclusion

Use correct headers to make the inclusion of lll.h work when
CONFIG_BT_CTLR_USER_EXT is enabled.

Signed-off-by: Thomas Ebert Hansen <thoh@oticon.com>
This commit is contained in:
Thomas Ebert Hansen 2021-01-14 14:59:14 +01:00 committed by Carles Cufí
commit 65b453d44e
2 changed files with 2 additions and 3 deletions

View file

@ -7,6 +7,7 @@
#include <stdbool.h>
#include <sys/dlist.h>
#include <sys/util.h>
#include "hal/cntr.h"

View file

@ -4,11 +4,9 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <stddef.h>
#include <zephyr.h>
#include <zephyr/types.h>
#include <sys/byteorder.h>
#include <toolchain.h>
#include "hal/ccm.h"
#include "hal/radio.h"