Minor documentation cleanups.
[pub/USBasp.git] / Demos / Host / LowLevel / PrinterHost / ConfigDescriptor.h
index b28a337..fdb9682 100644 (file)
                #include "Lib/PrinterCommands.h"
                
        /* Macros: */
-               /** Interface Class value for the Printer Device class */
+               /** Interface Class value for the Printer Device class. */
                #define PRINTER_CLASS                    0x07
 
-               /** Interface Subclass value for the Printer Device class */
+               /** Interface Subclass value for the Printer Device class. */
                #define PRINTER_SUBCLASS                 0x01
 
-               /** Interface Protocol value for a Bidirectional communication encapsulation */
+               /** Interface Protocol value for a Bidirectional communication encapsulation. */
                #define PRINTER_PROTOCOL                 0x02
 
        /* Enums: */