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
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
The text was updated successfully, but these errors were encountered:
This issue was moved to arduino/ctags#1
Sorry, something went wrong.
Updating bundled ctags so that #27 is fixed. Added test to track it
91c1fe1
Signed-off-by: Federico Fissore <[email protected]>
No branches or pull requests
Seems a space is not recognized.
int
orvoid
works.The text was updated successfully, but these errors were encountered: