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

Not all includes are C++ safe #288

Closed
lab-mathias-claussen opened this issue Mar 9, 2021 · 0 comments · Fixed by #350
Closed

Not all includes are C++ safe #288

lab-mathias-claussen opened this issue Mar 9, 2021 · 0 comments · Fixed by #350
Assignees

Comments

@lab-mathias-claussen
Copy link

e.g. mcx_delay.h is not C++ safe and needs extern "C" added to its include.
may wrapp

#ifdef __cplusplus
    extern "C" {
#endif
 ....
#ifdef __cplusplus
    }
#endif

```
arround it?


Regards
@rotx-eva rotx-eva transferred this issue from another repository Dec 9, 2022
@Jake-Carter Jake-Carter linked a pull request Jan 24, 2023 that will close this issue
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