From 1ed6925b5bf417848b83887b32e3ede05a1c691b Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 2 Dec 2009 12:02:01 +0000 Subject: Factor out all the ISP related code into a seperate ISPProtocol set of files in the AVRISP Clone programmer project, to clearly seperate out the programming protocols when PDI programming is implemented. --- Projects/AVRISP/Lib/V2ProtocolParams.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Projects/AVRISP/Lib/V2ProtocolParams.h') diff --git a/Projects/AVRISP/Lib/V2ProtocolParams.h b/Projects/AVRISP/Lib/V2ProtocolParams.h index b27a4ea94..6a5c25f1f 100644 --- a/Projects/AVRISP/Lib/V2ProtocolParams.h +++ b/Projects/AVRISP/Lib/V2ProtocolParams.h @@ -48,6 +48,7 @@ #include "V2Protocol.h" #include "V2ProtocolConstants.h" + #include "V2ProtocolTarget.h" /* Macros: */ /** Parameter privilege mask to allow the host PC to read the parameter's value */ -- cgit v1.2.3