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

EEPROM compile warnings #3246

Merged
merged 2 commits into from
Sep 22, 2019
Merged

EEPROM compile warnings #3246

merged 2 commits into from
Sep 22, 2019

Conversation

lbernstone
Copy link
Contributor

nvs_handle is an int, was assigning NULL. Also cleaned up end to ensure no memory leak.
Fixes #3142

@me-no-dev me-no-dev merged commit b3ba80d into espressif:master Sep 22, 2019
@lbernstone lbernstone deleted the EEPROM_warnings branch July 10, 2020 17:40
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.

EEPROM class is throwing a warning: converting to non-pointer type 'nvs_handle {aka unsigned int}' from NULL
2 participants