From eda2d39e35688dad742f04d2be7ab321cedab947 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Tue, 19 Nov 2024 18:45:34 +0000 Subject: [PATCH] Fix(typo): there is a typo for max32660 include max326660.h -> max32660.h 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 a8baaea0eab..34522e12d24 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)