Replace CDC interface numbers with enums.
This commit is contained in:
parent
ab238601b9
commit
352152c664
25 changed files with 233 additions and 233 deletions
|
@ -72,7 +72,7 @@
|
|||
*/
|
||||
enum InterfaceDescriptors_t
|
||||
{
|
||||
INTERFACE_ID_Printer = 0, /**< Printer interface descriptor ID */
|
||||
INTERFACE_ID_Printer = 0, /**< Printer interface descriptor ID */
|
||||
};
|
||||
|
||||
/** Enum for the device string descriptor IDs within the device. Each string descriptor should
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue