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

cpuid: why is the parameter a void pointer? #5114

Closed
OlegHahm opened this issue Mar 20, 2016 · 5 comments
Closed

cpuid: why is the parameter a void pointer? #5114

OlegHahm opened this issue Mar 20, 2016 · 5 comments
Assignees
Labels
State: stale State: The issue / PR has no activity for >185 days Type: question The issue poses a question regarding usage of RIOT

Comments

@OlegHahm
Copy link
Member

Is there any reason why the parameter of cpuid_get(id) is a void pointer (instead of *uint8_t or something similar)?

@OlegHahm OlegHahm added the Type: question The issue poses a question regarding usage of RIOT label Mar 20, 2016
@miri64
Copy link
Member

miri64 commented Mar 20, 2016

I guess to not put any constraints on the type, but uint8_t pointer might also work :-)

@miri64
Copy link
Member

miri64 commented Oct 18, 2016

@OlegHahm did this answer your question?

@miri64
Copy link
Member

miri64 commented Nov 1, 2016

Related to #5497?

@OlegHahm
Copy link
Member Author

If I understand the outcome of #5497 correctly, it should be changed, right?

@stale
Copy link

stale bot commented Aug 10, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions.

@stale stale bot added the State: stale State: The issue / PR has no activity for >185 days label Aug 10, 2019
@stale stale bot closed this as completed Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
State: stale State: The issue / PR has no activity for >185 days Type: question The issue poses a question regarding usage of RIOT
Projects
None yet
Development

No branches or pull requests

2 participants