diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-02 12:02:01 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-02 12:02:01 +0000 |
commit | 1ed6925b5bf417848b83887b32e3ede05a1c691b (patch) | |
tree | e99aac1a5cbf4e1be0006e6f5fa8939afa1f00e4 /Projects/AVRISP/Lib/V2ProtocolParams.h | |
parent | 1645c3d243e57134228d36c23687c2ab664c3f9c (diff) | |
download | lufa-1ed6925b5bf417848b83887b32e3ede05a1c691b.tar.gz lufa-1ed6925b5bf417848b83887b32e3ede05a1c691b.tar.bz2 lufa-1ed6925b5bf417848b83887b32e3ede05a1c691b.zip |
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.
Diffstat (limited to 'Projects/AVRISP/Lib/V2ProtocolParams.h')
-rw-r--r-- | Projects/AVRISP/Lib/V2ProtocolParams.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */
|