We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using Arduino IDE 1.6.7 2015/11/20 05:49 with Windows 7 64 bit
The automatically generated prototype for function return type const __FlashStringHelper* is missing the space between const and __FlashStringHelper*
const __FlashStringHelper*
const
__FlashStringHelper*
void setup() {} void loop() {} const __FlashStringHelper* test() { return F("y"); }
error message: sketch_nov22a:4: error: 'const__FlashStringHelper' does not name a type
sketch_nov22a:4: error: 'const__FlashStringHelper' does not name a type
This problem doesn't occur in Arduino IDE 1.6.5r5
Originally reported at http://forum.arduino.cc/index.php?topic=361074.0
The text was updated successfully, but these errors were encountered:
e70010b
Fixed. Fix will be available in next hourly build http://www.arduino.cc/en/Main/Software#hourly
Sorry, something went wrong.
ffissore
No branches or pull requests
Using Arduino IDE 1.6.7 2015/11/20 05:49 with Windows 7 64 bit
The automatically generated prototype for function return type
const __FlashStringHelper*
is missing the space betweenconst
and__FlashStringHelper*
error message:
sketch_nov22a:4: error: 'const__FlashStringHelper' does not name a type
This problem doesn't occur in Arduino IDE 1.6.5r5
Originally reported at http://forum.arduino.cc/index.php?topic=361074.0
The text was updated successfully, but these errors were encountered: