Minor bootloader tweaks; make some functions static where possible to reduce the...
[pub/USBasp.git] / Bootloaders / HID / BootloaderHID.c
index 500d3fe..d6ad84d 100644 (file)
@@ -65,7 +65,7 @@ int main(void)
 }
 
 /** Configures all hardware required for the bootloader. */
-void SetupHardware(void)
+static void SetupHardware(void)
 {
        /* Disable watchdog if enabled by bootloader/fuses */
        MCUSR &= ~(1 << WDRF);