diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-23 12:54:15 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-23 12:54:15 +0000 |
commit | cda88cf97c63c26229578e17184bedcdc0cabc77 (patch) | |
tree | dc6b2659faa8056d039c06b19c10ae023df87d4e /Projects/AVRISP/Lib/V2Protocol.h | |
parent | df31b1fd5b0bfbf02a766d32e23a7af075bf4911 (diff) | |
download | lufa-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/V2Protocol.h')
-rw-r--r-- | Projects/AVRISP/Lib/V2Protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/AVRISP/Lib/V2Protocol.h b/Projects/AVRISP/Lib/V2Protocol.h index 1777e0fe1..4ea1cba19 100644 --- a/Projects/AVRISP/Lib/V2Protocol.h +++ b/Projects/AVRISP/Lib/V2Protocol.h @@ -49,6 +49,7 @@ /* 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
|