aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-11-27 01:27:55 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-11-27 01:27:55 +0000
commit82fa9149d705b70fc6d0e53e3d164fe138ce9a8b (patch)
tree0cab7a7217ae640271378cd681c519d4193c897d /Projects
parent7704d2915c88eed03111b9f202850c57115bb697 (diff)
downloadlufa-82fa9149d705b70fc6d0e53e3d164fe138ce9a8b.tar.gz
lufa-82fa9149d705b70fc6d0e53e3d164fe138ce9a8b.tar.bz2
lufa-82fa9149d705b70fc6d0e53e3d164fe138ce9a8b.zip
Fixed broken DFU bootloader, added XPLAIN support for bootloader start when XCK jumpered to ground.
Diffstat (limited to 'Projects')
-rw-r--r--Projects/XPLAINBridge/XPLAINBridge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/XPLAINBridge/XPLAINBridge.h b/Projects/XPLAINBridge/XPLAINBridge.h
index 7d81abf3d..449257502 100644
--- a/Projects/XPLAINBridge/XPLAINBridge.h
+++ b/Projects/XPLAINBridge/XPLAINBridge.h
@@ -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"