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

@ -44,6 +44,7 @@
#include <avr/eeprom.h>
#include <avr/power.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include <stdbool.h>
#include "Descriptors.h"