We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The closing brace for the extern "C" { is missing in driver/usbfs/src/plib_usbfs.h.
extern "C" {
driver/usbfs/src/plib_usbfs.h
The text was updated successfully, but these errors were encountered:
@shijas-mayan is this issue fixed with the next release?
Sorry, something went wrong.
On the current master branch this issue is still not fixed:
usb/driver/usbfs/src/plib_usbfs.h
Line 399 in 172fdd3
On the current master branch this issue is still not fixed: usb/driver/usbfs/src/plib_usbfs.h Line 399 in 172fdd3 /*DOM-IGNORE-END*/
This issue will be fixed in the next MPLAB Harmony USB release.
@Psy-Kai, This issue is resolved in USB v3.8.1.
No branches or pull requests
The closing brace for the
extern "C" {
is missing indriver/usbfs/src/plib_usbfs.h
.The text was updated successfully, but these errors were encountered: