Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(PeriphDrivers): Fix Mismatched Implementation for MAX32662 MXC_LP_EnterShutDownMode #1218

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

ttmut
Copy link
Contributor

@ttmut ttmut commented Oct 8, 2024

Description

Shutdown function is defined as MXC_LP_EnterShutDownMode in lp.h however is implemented as MXC_LP_EnterPowerDownMode in lp_me12.c. Change its name in lp_me12.c to MXC_LP_EnterShutDownMode to make it consistent.

Checklist Before Requesting Review

  • PR Title follows correct guidelines.
  • Description of changes and all other relevant information.
  • (Optional) Link any related GitHub issues using a keyword
  • (Optional) Provide info on any relevant functional testing/validation. For API changes or significant features, this is not optional.

Shutdown function is defined as MXC_LP_EnterShutDownMode in lp.h however
is implemented as MXC_LP_EnterPowerDownMode. Change its name in
lp_me12.c to MXC_LP_EnterShutDownMode to make it consistent.

Signed-off-by: Tahsin Mutlugun <[email protected]>
@github-actions github-actions bot added the MAX32662 Related to the MAX32662 (ME12) label Oct 8, 2024
@Jake-Carter Jake-Carter changed the title fix(PeriphDrivers): Rename shutdown mode function for MAX32662 LP fix(PeriphDrivers): Fix Mismatched Implementation for MAX32662 MXC_LP_EnterShutDownMode Oct 8, 2024
@Jake-Carter Jake-Carter merged commit 0162ce4 into main Oct 8, 2024
14 checks passed
@Jake-Carter Jake-Carter deleted the fix/me12_lp branch October 8, 2024 21:04
sihyung-maxim pushed a commit to analogdevicesinc/hal_adi that referenced this pull request Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MAX32662 Related to the MAX32662 (ME12)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants