-
Notifications
You must be signed in to change notification settings - Fork 514
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
unroll F macro and restore print const __FlashStringHelper * #187
unroll F macro and restore print const __FlashStringHelper * #187
Conversation
I could not compile this example without errors. |
Boy, Id like to see those errors :) Works for me still. |
Compiled with spark CLI. Here are the errors: attempting to compile firmware |
Of course! The cli code is weeks old and what this pull request is To test you would need to follow the directions here to get a local copy to compile from, Then merge my pull request On Wed, Apr 30, 2014 at 8:56 PM, Paul Kourany notifications@gh.neting.ccwrote:
|
DOH, if I had only read the actual pull changes then I would have understood! I gotta stop doing stuff at one in the morning! :) |
This reverts commit 11e9ac6.
Eagerly awaiting this. Let me know if theres something else I need to do |
Thanks for the ping Jacob. We're planning the sprint today. I hope to review this tomorrow. Oh! Hey, you haven't signed our CLA; I can't merge until you do that: https://docs.google.com/a/spark.io/forms/d/1_2P-vRKGUFg5bmpcKLHO_qNZWGi5HKYnfrrkd-sbZoA/viewform |
unroll F macro and restore print const __FlashStringHelper *
Make F and other Flash based functions work. Please test with the below. Note the inclusionion of Teensy's avr/pgmspace.h definitions. I dont know if you want to include them yourself or maintain that as an external include.