You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is Issue 156 moved from a Google Code project.
Added by 2009-12-22T21:47:40.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Enhancement, Priority-Medium, OpSys-All, Component-IDE
Original description
What change would like to see?
Include WProgram.h using a command line argument to avr-gcc instead of inserting it into the
source code of the user sketch.
Why?
To prevent pre-processing errors, like the one described at: <http://www.arduino.cc/cgi-
bin/yabb2/YaBB.pl?num=1261506776> (the #include ends up within a false #ifdef).
Would this cause any incompatibilities with previous versions? If so, how can these be mitigated?
It would prevent people from using #defines to influence the behavior of the code in
WProgram.h, although it's not clear if anyone does this.
The text was updated successfully, but these errors were encountered:
This is Issue 156 moved from a Google Code project.
Added by 2009-12-22T21:47:40.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Enhancement, Priority-Medium, OpSys-All, Component-IDE
Original description
What change would like to see?
Include WProgram.h using a command line argument to avr-gcc instead of inserting it into the
source code of the user sketch.
Why?
To prevent pre-processing errors, like the one described at: <http://www.arduino.cc/cgi-
bin/yabb2/YaBB.pl?num=1261506776> (the #include ends up within a false #ifdef).
Would this cause any incompatibilities with previous versions? If so, how
can these be mitigated?
It would prevent people from using #defines to influence the behavior of the code in
WProgram.h, although it's not clear if anyone does this.
The text was updated successfully, but these errors were encountered: