From faa4bf34bda7feec3880bfa4817f2ff58a4cb572 Mon Sep 17 00:00:00 2001 From: Peter Bigot Date: Sat, 25 Jan 2020 05:34:58 -0600 Subject: [PATCH] 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 --- drivers/ieee802154/ieee802154_cc1200.h | 2 +- drivers/ieee802154/ieee802154_cc1200_rf.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/ieee802154/ieee802154_cc1200.h b/drivers/ieee802154/ieee802154_cc1200.h index c4a588c327b..82464fe6a3c 100644 --- a/drivers/ieee802154/ieee802154_cc1200.h +++ b/drivers/ieee802154/ieee802154_cc1200.h @@ -13,7 +13,7 @@ #include #include -#include +#include /* Runtime context structure *************************** diff --git a/drivers/ieee802154/ieee802154_cc1200_rf.h b/drivers/ieee802154/ieee802154_cc1200_rf.h index ded906f66f6..0512b36dedd 100644 --- a/drivers/ieee802154/ieee802154_cc1200_rf.h +++ b/drivers/ieee802154/ieee802154_cc1200_rf.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_DRIVERS_IEEE802154_IEEE802154_CC1200_RF_H_ #define ZEPHYR_DRIVERS_IEEE802154_IEEE802154_CC1200_RF_H_ -#include +#include #define CC1200_RF_NON_EXT_SPACE_REGS 42 #define CC1200_RF_EXT_SPACE_REGS 58