projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Replace CDC interface numbers with enums.
[pub/USBasp.git]
/
Bootloaders
/
Printer
/
Descriptors.h
diff --git
a/Bootloaders/Printer/Descriptors.h
b/Bootloaders/Printer/Descriptors.h
index
d5c9b71
..
24710bf
100644
(file)
--- a/
Bootloaders/Printer/Descriptors.h
+++ b/
Bootloaders/Printer/Descriptors.h
@@
-72,7
+72,7
@@
*/
enum InterfaceDescriptors_t
{
*/
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
};
/** Enum for the device string descriptor IDs within the device. Each string descriptor should