From 8bb3fa38e7dc01e8f8cb8d061560542438107cae Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Tue, 10 May 2022 15:03:35 +0200 Subject: [PATCH] zephyr: use is a shim to the Kernel header, so let's use it directly. Signed-off-by: Gerard Marull-Paretas --- lib/system/zephyr/assert.h | 2 +- lib/system/zephyr/log.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/system/zephyr/assert.h b/lib/system/zephyr/assert.h index 7c88b79a..2145778c 100644 --- a/lib/system/zephyr/assert.h +++ b/lib/system/zephyr/assert.h @@ -16,7 +16,7 @@ #ifndef __METAL_ZEPHYR_ASSERT__H__ #define __METAL_ZEPHYR_ASSERT__H__ -#include +#include /** * @brief Assertion macro for Zephyr-based applications. diff --git a/lib/system/zephyr/log.c b/lib/system/zephyr/log.c index 9761a9d2..fddcd810 100644 --- a/lib/system/zephyr/log.c +++ b/lib/system/zephyr/log.c @@ -11,7 +11,7 @@ #include #include -#include +#include static const char * const level_strs[] = { "metal: emergency: ",