drivers: ieee802154_nrf5: Fix inclusion of ieee802154_radio.h
This is a follow-up to commit 9f56cc5531
.
Add net/ in the inclusion of ieee802154_radio.h so that the file can
be successfully included.
Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
eb2b5fe4c9
commit
f8036bfae3
|
@ -8,7 +8,7 @@
|
|||
#ifndef ZEPHYR_DRIVERS_IEEE802154_IEEE802154_NRF5_H_
|
||||
#define ZEPHYR_DRIVERS_IEEE802154_IEEE802154_NRF5_H_
|
||||
|
||||
#include "ieee802154_radio.h"
|
||||
#include <net/ieee802154_radio.h>
|
||||
|
||||
#define NRF5_FCS_LENGTH (2)
|
||||
#define NRF5_PSDU_LENGTH (125)
|
||||
|
|
Loading…
Reference in a new issue