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:
parent
3940b407d9
commit
609701fa21
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue