Skip to content
New issue

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

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

Already on GitHub? # to your account

Header include missing for alloca #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dok-net
Copy link

@dok-net dok-net commented Jun 21, 2023

The error occurs when including mjson in an application for a target other than Arduino, in this case, Zephyr embedded OS.

@KamiNeko
Copy link

I am working on a nRF52 and also have issues with a missing alloca.h. However, I cannot just include <alloca.h> since it's not present in my environment. In my case I need a SDK provided implementation. Would it make sense to add a check in your changes for the environment and conditionnaly include it?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants