Skip to content

Add composite MSC CDC USB device #586

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

Closed
wants to merge 20 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
round 8 - down to 1
  • Loading branch information
Bob-the-Kuhn committed Jul 31, 2019
commit c9519bcefb01142db3a036585e3923e1d1d23042
2 changes: 1 addition & 1 deletion cores/arduino/stm32/usb/usbd_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ typedef struct _Device_cb {
uint8_t *(*GetUsrStrDescriptor)(struct _USBD_HandleTypeDef *pdev, uint8_t index, uint16_t *length);
#endif

} USBD_ClassTypeDef;
} USBD_ClassTypeDef;

/* Following USB Device Speed */
typedef enum {
Expand Down