Small size improvement in the Printer and Mass Storage class bootloaders.
[pub/lufa.git] / Bootloaders / Printer / BootloaderPrinter.c
index 7741f80..0e1fbba 100644 (file)
@@ -299,7 +299,7 @@ int main(void)
 }
 
 /** Configures the board hardware and chip peripherals for the demo's functionality. */
-void SetupHardware(void)
+static void SetupHardware(void)
 {
        /* Disable watchdog if enabled by bootloader/fuses */
        MCUSR &= ~(1 << WDRF);