Add static keyword to all project globals whose scope should be restricted to the...
[pub/lufa.git] / Demos / Device / ClassDriver / MassStorage / MassStorage.c
index b192798..87b8500 100644 (file)
@@ -58,6 +58,7 @@ USB_ClassInfo_MS_Device_t Disk_MS_Interface =
                        },
        };
 
+
 /** Main program entry point. This routine contains the overall program flow, including initial
  *  setup of all components and the main program loop.
  */