Bluetooth: controller: radio: Fix compilation error

Fix compilation error caused by use of wrong header file:
nrfx/hal/nrf_radio.h instead of hal/nrf_radio.h.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
This commit is contained in:
Piotr Pryga 2021-01-22 00:34:51 -08:00 committed by Anas Nashif
commit 609701fa21

View file

@ -8,7 +8,7 @@
#include <errno.h>
#include <devicetree.h>
#include <sys/util_macro.h>
#include <nrfx/hal/nrf_radio.h>
#include <hal/nrf_radio.h>
#include "radio_df.h"