treewide: use full path to ieee802154/cc1200.h header
The build infrastructure should not be adding the drivers subdirectory to the include path. Fix the legacy uses that depended on that addition. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
8e2c230cbc
commit
faa4bf34bd
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
#include <sys/atomic.h>
|
#include <sys/atomic.h>
|
||||||
#include <drivers/spi.h>
|
#include <drivers/spi.h>
|
||||||
|
|
||||||
#include <ieee802154/cc1200.h>
|
#include <drivers/ieee802154/cc1200.h>
|
||||||
|
|
||||||
/* Runtime context structure
|
/* Runtime context structure
|
||||||
***************************
|
***************************
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#ifndef ZEPHYR_DRIVERS_IEEE802154_IEEE802154_CC1200_RF_H_
|
#ifndef ZEPHYR_DRIVERS_IEEE802154_IEEE802154_CC1200_RF_H_
|
||||||
#define ZEPHYR_DRIVERS_IEEE802154_IEEE802154_CC1200_RF_H_
|
#define ZEPHYR_DRIVERS_IEEE802154_IEEE802154_CC1200_RF_H_
|
||||||
|
|
||||||
#include <ieee802154/cc1200.h>
|
#include <drivers/ieee802154/cc1200.h>
|
||||||
|
|
||||||
#define CC1200_RF_NON_EXT_SPACE_REGS 42
|
#define CC1200_RF_NON_EXT_SPACE_REGS 42
|
||||||
#define CC1200_RF_EXT_SPACE_REGS 58
|
#define CC1200_RF_EXT_SPACE_REGS 58
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue