-
-
Couldn't load subscription status.
- Fork 511
Closed
Labels
conclusion: duplicateHas already been submittedHas already been submittedcriticality: lowOf low impactOf low impacttopic: language serverRelated to the Arduino Language ServerRelated to the Arduino Language Servertype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
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 message No matching member function for call to 'println'
But the sketch compiles correctly.
To Reproduce
Steps to reproduce the behavior:
- Select Arduino Zero (Native USB Port)
- Create the following sketch:
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
}
void loop() {
// put your main code here, to run repeatedly:
Serial.println("cicia");
}
- See error
Expected behavior
Serial.println() it shouldn't be marked as an error
Desktop (please complete the following information):
- OS: Windows 10
- Version: 2.0.0-beta.1-snapshot.9e35571
- Date: 2021-02-12T08:28:48.914Z
- CLI Version: nightly-20210212 alpha [560025a6]
Metadata
Metadata
Assignees
Labels
conclusion: duplicateHas already been submittedHas already been submittedcriticality: lowOf low impactOf low impacttopic: language serverRelated to the Arduino Language ServerRelated to the Arduino Language Servertype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
