Skip to content

Commit 815089c

Browse files
actions-userttmut
authored andcommitted
Update Zephyr MSDK Hal based on MSDK PR: analogdevicesinc/msdk#1169
1 parent be14ffa commit 815089c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: MAX/Include/wrap_max32_tmr.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ static inline int Wrap_MXC_TMR_GetClockIndex(int z_clock)
148148
return MXC_TMR_32K_CLK;
149149
case 5: //ADI_MAX32_PRPH_CLK_SRC_INRO
150150
return MXC_TMR_INRO_CLK;
151-
#if defined(CONFIG_SOC_MAX32690)
151+
#if defined(CONFIG_SOC_MAX32655) || (CONFIG_SOC_MAX32680) || (CONFIG_SOC_MAX32690)
152152
case 6: //ADI_MAX32_PRPH_CLK_SRC_ISO
153153
return MXC_TMR_ISO_CLK;
154154
#endif

Diff for: MAX/msdk_sha

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
74a08bdd0ab32b290acb364672a6bf6f75b0bdc4
1+
4b825f049c936b43fb8d456ff002d2b30559915d

0 commit comments

Comments
 (0)