Skip to content

Commit

Permalink
fix(PeriphDrivers): Fix Mismatched Implementation for MAX32662 `MXC_L…
Browse files Browse the repository at this point in the history
…P_EnterShutDownMode` (#1218)

Signed-off-by: Tahsin Mutlugun <[email protected]>
  • Loading branch information
ttmut authored Oct 8, 2024
1 parent b21fba4 commit 0162ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/PeriphDrivers/Source/LP/lp_me12.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void MXC_LP_EnterBackupMode(void)
// Should never reach this line - device will jump to backup vector on exit from background mode.
}

void MXC_LP_EnterPowerDownMode(void)
void MXC_LP_EnterShutDownMode(void)
{
MXC_GCR->pm &= ~MXC_F_GCR_PM_MODE;
MXC_GCR->pm |= MXC_S_GCR_PM_MODE_SHUTDOWN;
Expand Down

0 comments on commit 0162ce4

Please sign in to comment.