We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c41b2 commit 8eadee7Copy full SHA for 8eadee7
1 file changed
Libraries/zephyr/MAX/Include/wrap_max32_sys.h
@@ -51,12 +51,8 @@ void max32xx_system_init(void);
51
52
#endif
53
54
-#if defined(CONFIG_SOC_MAX32665) || defined(CONFIG_SOC_MAX32666) || defined(CONFIG_SOC_MAX32650)
55
-
56
#define MXC_SYS_RESET0_USB MXC_SYS_RESET_USB
57
58
-#endif
59
60
#define z_sysclk_prescaler(v) MXC_SYS_SYSTEM_DIV_##v
61
#define sysclk_prescaler(v) z_sysclk_prescaler(v)
62
0 commit comments