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 extra semicolon in pcm.h #345

Merged
merged 1 commit into from
Dec 26, 2018
Merged

Conversation

LouisMT
Copy link
Contributor

@LouisMT LouisMT commented Dec 26, 2018

There was an extra semicolon in pcm.h, which resulted in a warning using -Wpedantic. This PR fixes this warning.

rpi_ws281x/pcm.h:78:19: warning: extra semicolon in struct or union specified [-Wpedantic]
     uint32_t mode;;
                   ^

@jgarff jgarff merged commit ba3b5bd into jgarff:master Dec 26, 2018
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.

2 participants