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:
parent
704f7cdd48
commit
65b453d44e
2 changed files with 2 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
#include <sys/dlist.h>
|
||||
#include <sys/util.h>
|
||||
|
||||
#include "hal/cntr.h"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue