Compilation Error in Arduino Code Due to Invisible Unicode Character #42
Labels
conclusion: off topic
Off topic for this repository
topic: documentation
Related to documentation for the project
type: imperfection
Perceived defect in any part of project
While using the code provided in the Arduino Pro Tutorials for BlinkRedLed_M7, I encountered a compilation error:
This error appears due to an invisible Unicode character in the comment on line 11:
To fix this, you can delete the comment on line 11 and retype it, ensuring no hidden characters are present.
Steps to Reproduce
Suggested Solution
Please check the code on the tutorial page for any hidden Unicode characters and remove them. Retyping the comment manually on line 11 seems to resolve the issue.
Environment
• Board: Specify board, e.g., Arduino Portenta H7
• Tutorial Link: https://docs.arduino.cc/tutorials/portenta-h7/dual-core-processing/
Additional Context:
This error can be confusing for users, especially those new to Arduino, as it’s caused by invisible characters that are not easily noticeable.
The text was updated successfully, but these errors were encountered: