-
Notifications
You must be signed in to change notification settings - Fork 88
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
FastIO will not accept defined constants #269
Comments
Yes, FastIO can not accept defined constants or variables. It is not an error. FastIO not designed for such a type of source. |
taken from here // ======================================================= |
Then you should change the comment: // but you can use it like this: Because this code will not work. |
Hi, still the same thing here |
Very strange, if I try to compile this sketch:
Arduino IDE will not compile it, giving me the error below:
The text was updated successfully, but these errors were encountered: