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:
Szymon Janc 2016-11-07 11:36:56 +01:00 committed by Johan Hedberg
commit 8944c25c90

View file

@ -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>