-
-
Notifications
You must be signed in to change notification settings - Fork 468
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedcriticality: mediumOf moderate impactOf moderate 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
Using the ArduinoCore-samd println
function in Serial
is highligthed as "No matching member function for call to 'println
'" even if it is shown in code completition and the sketch is built without problems:
No matching member function for call to 'println'
/Users/username/Library/Arduino15/packages/arduino/hardware/samd/1.8.6/cores/arduino/Print.h:78:12:
note: candidate function not viable: no known conversion from 'Uart' to 'Print' for object argument
To Reproduce
- Install ArduinoCore-samd.
- Create a simple sketch and write a
Serial.println("...");
statement - See error
Expected behavior
Call to println
be correctly recognized as belonging to Serial
.
Desktop:
- OS: macOS 10.15.5
- Version: Arduino Pro 0.0.6 (0.0.6.20200409.2)
- ArduinoCore-samd 1.8.6
Metadata
Metadata
Assignees
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedcriticality: mediumOf moderate impactOf moderate 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