Skip to content
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

Serial.println() is marked as an error when using Arduino Zero board #16

Closed
rsora opened this issue Feb 12, 2021 · 1 comment
Closed
Assignees
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

Comments

@rsora
Copy link
Contributor

rsora commented Feb 12, 2021

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:

  1. Select Arduino Zero (Native USB Port)
  2. 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");
}

  1. See error

Expected behavior
Serial.println() it shouldn't be marked as an error

Screenshots
image

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]
@rsora rsora added the bug label Feb 12, 2021
@rsora rsora added the priority: low Resolution is a low priority label Mar 1, 2021
@cmaglie cmaglie removed the type: bug label Sep 16, 2021
@rsora rsora added type: imperfection Perceived defect in any part of project topic: language server Related to the Arduino Language Server labels Sep 22, 2021
@rsora rsora added criticality: low Of low impact and removed priority: low Resolution is a low priority labels Nov 2, 2021
@per1234
Copy link
Contributor

per1234 commented Nov 3, 2021

Closing as duplicate of #112

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

4 participants