Bluetooth: Controller: Include zephyr.h instead of nanokernel.h
zephyr.h includes required kernel header depending on selected configuration. Change-Id: Ib72c4038637c303ee32e433706355299ae1b9a13 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
parent
3808ad0a96
commit
8944c25c90
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <zephyr.h>
|
||||
#include <soc.h>
|
||||
#include <init.h>
|
||||
#include <device.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue