Skip to content

Commit

Permalink
fix(Other): Fix typo with #include <max32660.h> in Zephyr wrapper (#…
Browse files Browse the repository at this point in the history
…1276)

Signed-off-by: Matthew McClintock <[email protected]>
  • Loading branch information
mattsm authored Dec 4, 2024
1 parent 9c8c137 commit 6a8efe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/zephyr/MAX/Include/wrap_max32xxx.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extern "C" {
#elif defined(CONFIG_SOC_MAX32655)
#include <max32655.h>
#elif defined(CONFIG_SOC_MAX32660)
#include <max326660.h>
#include <max32660.h>
#elif defined(CONFIG_SOC_MAX32662)
#include <max32662.h>
#elif defined(CONFIG_SOC_MAX32665)
Expand Down

0 comments on commit 6a8efe1

Please sign in to comment.