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

The pgmspace symbols are now exported to C #3955

Merged
merged 3 commits into from
Dec 14, 2017
Merged

Conversation

bofh69
Copy link
Contributor

@bofh69 bofh69 commented Dec 12, 2017

pgmspace.h is included from within extern "C" blocks (for example in tools/sdk/libc/xtensa-lx106-elf/include/assert.h) and from C files. This sometimes creates link errors when both the manged and unmangled versions are needed.
This change exports all symbols to C.

@igrr igrr merged commit 4a0cdca into esp8266:master Dec 14, 2017
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.

2 participants