Speed up Mass Storage bootloader by turning off the internal clock divider, as there is enough FLASH space to do so.

This commit is contained in:
Dean Camera 2013-03-18 17:27:18 +00:00
parent 1703283893
commit 88bcc6fde5
2 changed files with 4 additions and 0 deletions

View file

@ -39,6 +39,7 @@
/* Includes: */
#include <avr/io.h>
#include <avr/wdt.h>
#include <avr/power.h>
#include <avr/interrupt.h>
#include <string.h>