diff options
author | László Monda <laci@monda.hu> | 2013-10-10 00:32:35 +0200 |
---|---|---|
committer | László Monda <laci@monda.hu> | 2013-10-10 00:32:35 +0200 |
commit | 352152c66433f1c317cd48529b2746be79fd17f5 (patch) | |
tree | 846d62348b643565eb37c928044dfac40c483740 /Bootloaders/Printer | |
parent | ab238601b96e4d804640ccfef5a9bde51995da7f (diff) | |
download | lufa-352152c66433f1c317cd48529b2746be79fd17f5.tar.gz lufa-352152c66433f1c317cd48529b2746be79fd17f5.tar.bz2 lufa-352152c66433f1c317cd48529b2746be79fd17f5.zip |
Replace CDC interface numbers with enums.
Diffstat (limited to 'Bootloaders/Printer')
-rw-r--r-- | Bootloaders/Printer/Descriptors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/Printer/Descriptors.h b/Bootloaders/Printer/Descriptors.h index d5c9b71ee..24710bf0b 100644 --- a/Bootloaders/Printer/Descriptors.h +++ b/Bootloaders/Printer/Descriptors.h @@ -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 |