Skip to content

Commit 8fca888

Browse files
mattsmEricB-ADI
authored andcommitted
fix(Other): Fix typo with #include <max32660.h> in Zephyr wrapper (#1276)
Signed-off-by: Matthew McClintock <[email protected]>
1 parent eae00ed commit 8fca888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/zephyr/MAX/Include/wrap_max32xxx.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extern "C" {
3636
#elif defined(CONFIG_SOC_MAX32655)
3737
#include <max32655.h>
3838
#elif defined(CONFIG_SOC_MAX32660)
39-
#include <max326660.h>
39+
#include <max32660.h>
4040
#elif defined(CONFIG_SOC_MAX32662)
4141
#include <max32662.h>
4242
#elif defined(CONFIG_SOC_MAX32665)

0 commit comments

Comments
 (0)