Fixed broken DFU bootloader, added XPLAIN support for bootloader start when XCK jumpered to ground.

This commit is contained in:
Dean Camera 2010-11-27 01:27:55 +00:00
parent 7704d2915c
commit 82fa9149d7
4 changed files with 27 additions and 0 deletions

View file

@ -41,6 +41,7 @@
#include <avr/wdt.h>
#include <avr/power.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include "AVRISPDescriptors.h"
#include "USARTDescriptors.h"