Add static keyword to all project globals whose scope should be restricted to the...
[pub/lufa.git] / Demos / Host / ClassDriver / PrinterHost / PrinterHost.c
index 3fb2b29..8d51165 100644 (file)
@@ -52,6 +52,7 @@ USB_ClassInfo_PRNT_Host_t Printer_PRNT_Interface =
                        },
        };
 
+
 /** Main program entry point. This routine configures the hardware required by the application, then
  *  enters a loop to run the application tasks in sequence.
  */