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

Some timer #define statements are missing for MAX32650 #910

Closed
alperenguclu opened this issue Feb 8, 2024 · 0 comments · Fixed by #912
Closed

Some timer #define statements are missing for MAX32650 #910

alperenguclu opened this issue Feb 8, 2024 · 0 comments · Fixed by #912
Assignees

Comments

@alperenguclu
Copy link

Some timer #define statements are missing for MAX32650, we have some code for MAX32690 we ported to MAX32650, and we observed that it is missing at the header file max32650.h. It is also missing for some other micros and will be nice to add all.

#define SEC(s) (((uint32_t)s) * 1000000UL)
#define MSEC(ms) (ms * 1000UL)
#define USEC(us) (us)

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 a pull request may close this issue.

2 participants