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:
Andrzej Głąbek 2021-02-16 08:38:25 +01:00 committed by Kumar Gala
parent eb2b5fe4c9
commit f8036bfae3

View file

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