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

Add stub for analogReference #7809

Merged
merged 2 commits into from
Jan 8, 2021
Merged

Conversation

earlephilhower
Copy link
Collaborator

Fixes #6410

We actually provide a function prototype for analogReference() in
Arduino.h, but no implementation. Add a dummy one that only supports
DEFAULT (like other Arduino boards).

Fixes esp8266#6410

We actually provide a function prototype for `analogReference()` in
`Arduino.h`, but no implementation.  Add a dummy one that only supports
DEFAULT (like other Arduino boards).
@earlephilhower earlephilhower merged commit adbd23b into esp8266:master Jan 8, 2021
@earlephilhower earlephilhower deleted the analogref branch January 8, 2021 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

undefined reference to `analogReference'
1 participant