aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib/V2Protocol.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-11-17 05:46:18 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-11-17 05:46:18 +0000
commit8f7437dda24ee9d08eff4c33998aeea2028c197e (patch)
tree4a0dfe2a447fbc3520994f1bf8f8442b38003b83 /Projects/AVRISP-MKII/Lib/V2Protocol.h
parentcbc00c843a3107b8c76f0b3f1e3425f924518416 (diff)
downloadlufa-8f7437dda24ee9d08eff4c33998aeea2028c197e.tar.gz
lufa-8f7437dda24ee9d08eff4c33998aeea2028c197e.tar.bz2
lufa-8f7437dda24ee9d08eff4c33998aeea2028c197e.zip
Rename incorrectly named XPROGTarget_SendBreak() function to XPROGTarget_SendIdle(), as it is sending idle bits and not break bits.
Diffstat (limited to 'Projects/AVRISP-MKII/Lib/V2Protocol.h')
-rw-r--r--Projects/AVRISP-MKII/Lib/V2Protocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Projects/AVRISP-MKII/Lib/V2Protocol.h b/Projects/AVRISP-MKII/Lib/V2Protocol.h
index 10b9d149f..9af710321 100644
--- a/Projects/AVRISP-MKII/Lib/V2Protocol.h
+++ b/Projects/AVRISP-MKII/Lib/V2Protocol.h
@@ -37,6 +37,9 @@
#define _V2_PROTOCOL_
/* Includes: */
+ #include <avr/io.h>
+ #include <avr/interrupt.h>
+
#include <LUFA/Drivers/USB/USB.h>
#include "../Descriptors.h"