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:
parent
1703283893
commit
88bcc6fde5
2 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
/* Includes: */
|
||||
#include <avr/io.h>
|
||||
#include <avr/wdt.h>
|
||||
#include <avr/power.h>
|
||||
#include <avr/interrupt.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue