aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/PDIProtocol.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-23 12:54:15 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-23 12:54:15 +0000
commitcda88cf97c63c26229578e17184bedcdc0cabc77 (patch)
treedc6b2659faa8056d039c06b19c10ae023df87d4e /Projects/AVRISP/Lib/PDIProtocol.h
parentdf31b1fd5b0bfbf02a766d32e23a7af075bf4911 (diff)
downloadlufa-cda88cf97c63c26229578e17184bedcdc0cabc77.tar.gz
lufa-cda88cf97c63c26229578e17184bedcdc0cabc77.tar.bz2
lufa-cda88cf97c63c26229578e17184bedcdc0cabc77.zip
Start of implementation of the low level TPI programming protocol in the AVRISP project.
Diffstat (limited to 'Projects/AVRISP/Lib/PDIProtocol.h')
-rw-r--r--Projects/AVRISP/Lib/PDIProtocol.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Projects/AVRISP/Lib/PDIProtocol.h b/Projects/AVRISP/Lib/PDIProtocol.h
index 137bcc2cf..f2c38d596 100644
--- a/Projects/AVRISP/Lib/PDIProtocol.h
+++ b/Projects/AVRISP/Lib/PDIProtocol.h
@@ -43,11 +43,12 @@
#include "V2Protocol.h"
#include "PDITarget.h"
- #include "NVMTarget.h"
+ #include "XMEGANVM.h"
/* Preprocessor Checks: */
#if ((BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1))
#undef ENABLE_ISP_PROTOCOL
+ #undef ENABLE_TPI_PROTOCOL
#if !defined(ENABLE_PDI_PROTOCOL)
#define ENABLE_PDI_PROTOCOL