Skip to content

Commit e0aa1b1

Browse files
pabigotcarlescufi
authored andcommitted
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 <[email protected]>
1 parent faa4bf3 commit e0aa1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ieee802154/ieee802154_cc2520.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <sys/atomic.h>
1414
#include <drivers/spi.h>
1515

16-
#include <ieee802154/cc2520.h>
16+
#include <drivers/ieee802154/cc2520.h>
1717

1818
/* Runtime context structure
1919
***************************

0 commit comments

Comments
 (0)