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 and EricB-ADI committed Jan 6, 2025
1 parent eae00ed commit 8fca888
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 8fca888

Please sign in to comment.