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
From @NicoHood on October 3, 2015 11:32
void setup() {} void loop() {} inline int8_t test(){ }
sketch_oct03a:3: error: 'inlineint8_t' does not name a type
Seems a space is not recognized. int or void works.
int
void
Copied from original issue: arduino/arduino-builder#27
The text was updated successfully, but these errors were encountered:
9362fa7
Treat 'typename' as an attribute.
8c20523
Relates to arduino#1
No branches or pull requests
From @NicoHood on October 3, 2015 11:32
Seems a space is not recognized.
int
orvoid
works.Copied from original issue: arduino/arduino-builder#27
The text was updated successfully, but these errors were encountered: