-
-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftopic: preprocessorRelated to sketch preprocessingRelated to sketch preprocessingtype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
We were writting some esp8266 related code, nothing special, just basis stuff. All in all around 600 lines.
Adding an unused and empty function
void setupSSDP(void) {
}
results in an "error: 'File' was not declared in this scope" at an totally unrelated location.
Changing the name to setuPSSDP makes it compile again, changing the part "setup" to anything else makes it compile again.
You can find the stripped down source code at http://www.lembke.eu/basis2.zip, it can be used with board "Arduino Uno".
Metadata
Metadata
Assignees
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftopic: preprocessorRelated to sketch preprocessingRelated to sketch preprocessingtype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project