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

Fix compiler error in Arduino IDE 2.0.x #103

Merged
merged 1 commit into from Jan 12, 2023
Merged

Fix compiler error in Arduino IDE 2.0.x #103

merged 1 commit into from Jan 12, 2023

Conversation

CelliesProjects
Copy link

Compiling stops with the following error with compiler warnings set to All.

/home/cellie/Arduino/libraries/ESP_VS1053_Library/src/VS1053.cpp:298:14:error: variable 'regbuf' set but not used [-Werror=unused-but-set-variable]

Compiling stops with the following error with compiler warnings set to `All`.
`/home/cellie/Arduino/libraries/ESP_VS1053_Library/src/VS1053.cpp:298:14:error: variable 'regbuf' set but not used [-Werror=unused-but-set-variable]`
@baldram baldram merged commit 022ffd9 into baldram:master Jan 12, 2023
@baldram
Copy link
Owner

baldram commented Jan 12, 2023

Thanks @CelliesProjects !

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.

None yet

2 participants