Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

honor all preprocessor macros when preprocesing the *.ino to *.c #249

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

Conversation

biappi
Copy link

@biappi biappi commented May 2, 2015

this patch solves the case in which .ino files would have something like:

include "something.h"

ifndef SOME_FLAG

include <OptionalDependency.h>

endif

in case "something.h" would not define SOME_FLAG

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant