Serial.println() is marked as an error when using Arduino Zero board #16
Labels
conclusion: duplicate
Has already been submitted
criticality: low
Of low impact
topic: language server
Related to the Arduino Language Server
type: imperfection
Perceived defect in any part of project
Describe the bug
This issues happens on Windows using the Arduino Zero board (Native Port), the function
Serial.println()
is marked as an error with the following messageNo matching member function for call to 'println'
But the sketch compiles correctly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Serial.println()
it shouldn't be marked as an errorScreenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: