usb: cdc: Remove duplicated class code

Class COMMUNICATION_DEVICE_CLASS is specified in common header
already.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2018-01-18 14:20:09 +02:00 committed by Anas Nashif
commit 303c4cd6ae

View file

@ -24,9 +24,6 @@
/** CDC Specification release number in BCD format */
#define CDC_SRN_1_20 0x0120
/** CDC Class Code */
#define COMMUNICATION_DEVICE_CLASS 0x02
/** Communications Class Subclass Codes */
#define ACM_SUBCLASS 0x02
#define ECM_SUBCLASS 0x06