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
My project at this commit successfully compiled and built under Arduino 1.6.5-betasomething, with Teensyduino 1.26. It fails to build under 1.6.7/1.27 without forward declaring functions that are defined in the .ino (below loop(), from which they're called.)
This commit contains changes necessary for it to compile.
The text was updated successfully, but these errors were encountered:
My project at this commit successfully compiled and built under Arduino 1.6.5-betasomething, with Teensyduino 1.26. It fails to build under 1.6.7/1.27 without forward declaring functions that are defined in the .ino (below
loop()
, from which they're called.)This commit contains changes necessary for it to compile.
The text was updated successfully, but these errors were encountered: