nuttx/drivers/usbdev
Oleg Evseev 794ecbfd86 Use struct instead of pointer to the struct as sizeof argument in memset in usbmsc.c
Otherwise it leads to error: argument to 'sizeof' in 'memset' call is the same pointer type 'struct usbmsc_lun_s *' as the destination
2017-06-19 19:45:35 +03:00
..
cdcacm.c
cdcacm.h
cdcacm_desc.c
composite.c
composite.h
composite_desc.c
Kconfig
Make.defs
pl2303.c
usbdev_strings.c
usbdev_trace.c
usbdev_trprintf.c
usbmsc.c Use struct instead of pointer to the struct as sizeof argument in memset in usbmsc.c 2017-06-19 19:45:35 +03:00
usbmsc.h Cosmetic 2017-05-30 12:04:48 -06:00
usbmsc_desc.c
usbmsc_scsi.c USBMSC: Fix a wrong lun number issue 2017-04-24 09:48:49 +09:00