zephyr/subsys/usb/class
Andrei Emeltchenko d402d03555 usb: msc: Fix redeclaration of enumerators
Add prefixes to MSC enumerators, otherwise they are (ERROR) are
conflicting with other enumerators.

...
subsys/usb/class/mass_storage.c:149:2: error: redeclaration of
enumerator ‘ERROR’
 ERROR,        /* error */
 ^~~~~
...
ext/hal/st/stm32cube/stm32f4xx/soc/stm32f4xx.h:216:3: note: previous
 definition of ‘ERROR’ was here
   ERROR = 0U,
   ^~~~~
...

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2019-02-08 11:23:04 -05:00
..
hid usb: hid: Use new device data interface 2019-02-08 11:23:04 -05:00
netusb usb: Refactor usb_interface_config callback 2019-02-08 11:23:04 -05:00
bluetooth.c usb: Refactor usb_interface_config callback 2019-02-08 11:23:04 -05:00
cdc_acm.c usb: cdc_acm: Use new device data interface 2019-02-08 11:23:04 -05:00
CMakeLists.txt subsys: usb: class: add loopback function 2018-07-06 11:56:16 -05:00
Kconfig usb: cdc_acm: Refactor Kconfig for CDC ACM 2019-02-08 11:23:04 -05:00
loopback.c usb: Refactor usb_interface_config callback 2019-02-08 11:23:04 -05:00
mass_storage.c usb: msc: Fix redeclaration of enumerators 2019-02-08 11:23:04 -05:00
usb_dfu.c usb: Refactor usb_interface_config callback 2019-02-08 11:23:04 -05:00