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

drivers/*_usb.c: fix whitespace (break long lines) #1229

Merged
merged 7 commits into from
Dec 21, 2021

Conversation

jimklimov
Copy link
Member

Preparation for merges of libusb-1.0(+0.1) support, to minimize diffs specifically relevant for that change.

@jimklimov jimklimov added the refactor/fightwarn PR or issue proposal to improve code maintainability without functional changes, or to fix warnings label Dec 20, 2021
Older compilers complain that we are:

    passing argument 3 of 'usb_interrupt_read' from incompatible pointer type
    expected 'char *' but argument is of type 'char (*)[512]'
@jimklimov jimklimov merged commit a3297e4 into networkupstools:master Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor/fightwarn PR or issue proposal to improve code maintainability without functional changes, or to fix warnings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant