treewide: use full path to ieee802154/cc2520.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
faa4bf34bd
commit
e0aa1b1e1d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
#include <sys/atomic.h>
|
||||
#include <drivers/spi.h>
|
||||
|
||||
#include <ieee802154/cc2520.h>
|
||||
#include <drivers/ieee802154/cc2520.h>
|
||||
|
||||
/* Runtime context structure
|
||||
***************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue