Minor bootloader tweaks; make some functions static where possible to reduce the...
[pub/USBasp.git] / Bootloaders / DFU / BootloaderDFU.h
index 0c34c2c..2c10a11 100644 (file)
                };
 
        /* Function Prototypes: */
-               void SetupHardware(void);
-               void ResetHardware(void);
+               static void SetupHardware(void);
+               static void ResetHardware(void);
 
                void EVENT_USB_Device_ControlRequest(void);