drivers: ieee802154_nrf: Fix SoC header inclusion
The nRF 802.15.4 radio driver should not include nRF52840 header directly, but rely on soc.h instead. Otherwise, it will not work with different SoCs supporting 802.15.4. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
a845c57bd7
commit
5d2002d3dc
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
|
|||
|
||||
#include <net/ieee802154_radio.h>
|
||||
|
||||
#include "nrf52840.h"
|
||||
#include "ieee802154_nrf5.h"
|
||||
#include "nrf_802154.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue