From b120c4e4cda5b5ed12a61697b5ab33d4dd0a70e8 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 28 Oct 2010 07:52:52 +0000 Subject: Move RNDISConstants.h into the RNDIS class driver common definition header. Add logical grouping of related #define values for better Doxygen documentation. --- LUFA/Drivers/USB/Class/Common/Printer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'LUFA/Drivers/USB/Class/Common/Printer.h') diff --git a/LUFA/Drivers/USB/Class/Common/Printer.h b/LUFA/Drivers/USB/Class/Common/Printer.h index e0b2251cf..20a862daa 100644 --- a/LUFA/Drivers/USB/Class/Common/Printer.h +++ b/LUFA/Drivers/USB/Class/Common/Printer.h @@ -66,6 +66,8 @@ #endif /* Macros: */ + /** \name Virtual Printer Status Line Masks */ + //@{ /** Port status mask for a printer device, indicating that an error has *not* occurred. */ #define PRNT_PORTSTATUS_NOTERROR (1 << 3) @@ -74,6 +76,7 @@ /** Port status mask for a printer device, indicating that the device is currently out of paper. */ #define PRNT_PORTSTATUS_PAPEREMPTY (1 << 5) + //@} /* Enums: */ /** Enum for possible Class, Subclass and Protocol values of device and interface descriptors relating to the Printer -- cgit v1.2.3