From 26bc1f3cfdf1aa44d08d12f0985bd214c396d315 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 23 Dec 2009 14:52:52 +0000 Subject: Correct include paths and makefile for the AVRISP project now that the protocol handlers are in seperate directories. --- Projects/AVRISP/Lib/V2ProtocolParams.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects/AVRISP/Lib/V2ProtocolParams.h') 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 */ -- cgit v1.2.3