diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-11-27 01:27:55 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-11-27 01:27:55 +0000 |
| commit | cd1eed65fc2d3b4388ccb6d83fc046808c9ede44 (patch) | |
| tree | 0cab7a7217ae640271378cd681c519d4193c897d /Projects | |
| parent | 099b355cf84450500d879f98b750d0bb61cec47d (diff) | |
Fixed broken DFU bootloader, added XPLAIN support for bootloader start when XCK jumpered to ground.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1596 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects')
| -rw-r--r-- | Projects/XPLAINBridge/XPLAINBridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/XPLAINBridge/XPLAINBridge.h b/Projects/XPLAINBridge/XPLAINBridge.h index 7d81abf3..44925750 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" |
