From 6a8efe1d7c5984a49106b5d18b96d11e476d6690 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Wed, 4 Dec 2024 13:46:44 -0600 Subject: [PATCH] fix(Other): Fix typo with `#include ` in Zephyr wrapper (#1276) Signed-off-by: Matthew McClintock --- Libraries/zephyr/MAX/Include/wrap_max32xxx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/zephyr/MAX/Include/wrap_max32xxx.h b/Libraries/zephyr/MAX/Include/wrap_max32xxx.h index a8baaea0ea..34522e12d2 100644 --- a/Libraries/zephyr/MAX/Include/wrap_max32xxx.h +++ b/Libraries/zephyr/MAX/Include/wrap_max32xxx.h @@ -36,7 +36,7 @@ extern "C" { #elif defined(CONFIG_SOC_MAX32655) #include #elif defined(CONFIG_SOC_MAX32660) -#include +#include #elif defined(CONFIG_SOC_MAX32662) #include #elif defined(CONFIG_SOC_MAX32665)