Bluetooth: drivers: Include zephyr.h instead of nanokernel.h
zephyr.h includes required kernel header depending on selected configuration. Change-Id: Ieb5666c96f94708a42f605c09eb710f8d2eee4ec Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
parent
4a3db55a54
commit
4a345d3196
5 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@
|
|||
#include <errno.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <zephyr.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
#include <init.h>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <errno.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <zephyr.h>
|
||||
|
||||
#include <board.h>
|
||||
#include <init.h>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <errno.h>
|
||||
#include <atomic.h>
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <zephyr.h>
|
||||
#include <device.h>
|
||||
|
||||
#include <net/buf.h>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <errno.h>
|
||||
#include <atomic.h>
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <zephyr.h>
|
||||
#include <device.h>
|
||||
|
||||
#include <bluetooth/bluetooth.h>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include <errno.h>
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <zephyr.h>
|
||||
#include <sections.h>
|
||||
|
||||
#include <board.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue