From b283640f10498773e3f3f6ef99431bcb2e7256bb Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Wed, 24 Aug 2016 17:00:31 +0200 Subject: [PATCH] net: drivers: ieee802154: sys_log is needed on legacy driver Or the build will not go through. Change-Id: I48f5f8661c4100a76e4624ea64d383055327e2a7 Signed-off-by: Tomasz Bursztyka --- drivers/ieee802154/ieee802154_cc2520_legacy.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/ieee802154/ieee802154_cc2520_legacy.c b/drivers/ieee802154/ieee802154_cc2520_legacy.c index 74c297b57ec..4fae424291e 100644 --- a/drivers/ieee802154/ieee802154_cc2520_legacy.c +++ b/drivers/ieee802154/ieee802154_cc2520_legacy.c @@ -16,6 +16,10 @@ * limitations under the License. */ +#define SYS_LOG_LEVEL CONFIG_SYS_LOG_TI_CC2520_LEVEL +#define SYS_LOG_NO_NEWLINE +#include + #include #include