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

net_lwip_webserver example fix and improvement #2829

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Add MSOS 2.0 descriptor to auto load NCM driver on Windows.

ad362c8
Select commit
Loading
Failed to load commit list.
Open

net_lwip_webserver example fix and improvement #2829

Add MSOS 2.0 descriptor to auto load NCM driver on Windows.
ad362c8
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Oct 5, 2024 in 4s

No new alerts in code changed by this pull request

Annotations

Check notice on line 288 in examples/device/net_lwip_webserver/src/usb_descriptors.c

See this annotation in the file changed.

Code scanning / CodeQL

No trivial switch statements Note

This switch statement should either handle more cases, or be rewritten as an if statement.

Check notice on line 284 in examples/device/net_lwip_webserver/src/usb_descriptors.c

See this annotation in the file changed.

Code scanning / CodeQL

No trivial switch statements Note

This switch statement should either handle more cases, or be rewritten as an if statement.