Skip to content

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

@rsora

Description

@rsora

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]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions