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

MSDK-1060: Fix unknown type error in ME10 mxc_lock.h #486

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

ttmut
Copy link
Contributor

@ttmut ttmut commented Mar 13, 2023

This PR fixes the type error encountered when including mxc_lock.h in a MAX32650 project.

mxc_lock api uses uint32_t type which is defined in stdint.h. Other MCUs
include this header indirectly through mxc_device.h so do the same in
ME10.
@ttmut ttmut requested review from ozersa and sihyung-maxim March 13, 2023 12:10
@sihyung-maxim sihyung-maxim merged commit 456fe3f into main Mar 20, 2023
@sihyung-maxim sihyung-maxim deleted the fix/me10-lock_api branch March 20, 2023 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants