zephyr/subsys/usb
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
..
class usb: msc: Fix redeclaration of enumerators 2019-02-08 11:23:04 -05:00
bos.c logging: Fix errors in log usage 2018-11-10 12:38:29 -05:00
CMakeLists.txt usb: osdesc: Add MS OS Descriptors version 1 support 2018-07-12 23:10:22 -04:00
Kconfig usb: add SoF event 2018-11-23 09:18:41 -05:00
os_desc.c logging: Fix errors in log usage 2018-11-10 12:38:29 -05:00
os_desc.h usb: osdesc: Use definition for string descriptor index 2018-07-12 23:10:22 -04:00
usb_descriptor.c usb: Add helpers for getting common device data 2019-02-08 11:23:04 -05:00
usb_descriptor.h usb: Add helpers for getting common device data 2019-02-08 11:23:04 -05:00
usb_device.c usb: device: Add composite status callback 2019-02-08 11:23:04 -05:00