Small size improvement in the Printer and Mass Storage class bootloaders.

This commit is contained in:
Dean Camera 2013-03-13 21:19:31 +00:00
parent cb4e4a711e
commit e635872612
4 changed files with 4 additions and 5 deletions

View 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);