mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
Composite: ./stm3210e-eval/src/stm32_composite.c
This commit is contained in:
committed by
Gregory Nutt
parent
e485caced9
commit
1ea0368c18
@@ -349,7 +349,8 @@ typedef FAR void (*cdcacm_callback_t)(enum cdcacm_event_e event);
|
|||||||
|
|
||||||
#if defined(CONFIG_USBDEV_COMPOSITE) && defined(CONFIG_CDCACM_COMPOSITE)
|
#if defined(CONFIG_USBDEV_COMPOSITE) && defined(CONFIG_CDCACM_COMPOSITE)
|
||||||
struct usbdev_description_s;
|
struct usbdev_description_s;
|
||||||
int cdcacm_classobject(int minor, struct usbdev_description_s *devdesc,
|
struct usbdevclass_driver_s;
|
||||||
|
int cdcacm_classobject(int minor, FAR struct usbdev_description_s *devdesc,
|
||||||
FAR struct usbdevclass_driver_s **classdev);
|
FAR struct usbdevclass_driver_s **classdev);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user