Skip to content

Commit

Permalink
drivers: Fixes MCUX clock assignment
Browse files Browse the repository at this point in the history
In clock_control_mcux_syscon.c,
add a break statement.

Fixes zephyrproject-rtos#48367

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
  • Loading branch information
decsny committed Aug 17, 2022
1 parent 2241fb0 commit 9a72b80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clock_control/clock_control_mcux_syscon.c
Expand Up @@ -98,6 +98,7 @@ static int mcux_lpc_syscon_clock_control_get_subsys_rate(
#else
*rate = CLOCK_GetFlexCommClkFreq(14);
#endif
break;
case MCUX_HS_SPI1_CLK:
*rate = CLOCK_GetFlexCommClkFreq(16);
break;
Expand Down

0 comments on commit 9a72b80

Please sign in to comment.