aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/V2ProtocolParams.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-23 14:52:52 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-23 14:52:52 +0000
commit26bc1f3cfdf1aa44d08d12f0985bd214c396d315 (patch)
treebcd99455c89565f8c6bb60ebbcf0cab4fc894b1a /Projects/AVRISP/Lib/V2ProtocolParams.h
parent31d7194252cdde340fa874c258e257312cb3ba8f (diff)
downloadlufa-26bc1f3cfdf1aa44d08d12f0985bd214c396d315.tar.gz
lufa-26bc1f3cfdf1aa44d08d12f0985bd214c396d315.tar.bz2
lufa-26bc1f3cfdf1aa44d08d12f0985bd214c396d315.zip
Correct include paths and makefile for the AVRISP project now that the protocol handlers are in seperate directories.
Diffstat (limited to 'Projects/AVRISP/Lib/V2ProtocolParams.h')
-rw-r--r--Projects/AVRISP/Lib/V2ProtocolParams.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/AVRISP/Lib/V2ProtocolParams.h b/Projects/AVRISP/Lib/V2ProtocolParams.h
index 428c1d467..14ff56c71 100644
--- a/Projects/AVRISP/Lib/V2ProtocolParams.h
+++ b/Projects/AVRISP/Lib/V2ProtocolParams.h
@@ -48,7 +48,7 @@
#include "V2Protocol.h"
#include "V2ProtocolConstants.h"
- #include "ISPTarget.h"
+ #include "ISP/ISPTarget.h"
/* Macros: */
/** Parameter privilege mask to allow the host PC to read the parameter's value */