Skip to content

Commit

Permalink
Fix(typo): there is a typo for max32660 include
Browse files Browse the repository at this point in the history
max326660.h -> max32660.h

Signed-off-by: Matthew McClintock <[email protected]>
  • Loading branch information
mattsm committed Nov 19, 2024
1 parent 98f390c commit eda2d39
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 eda2d39

Please sign in to comment.