projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Start of implementation of the low level TPI programming protocol in the AVRISP project.
[pub/USBasp.git]
/
Projects
/
AVRISP
/
Lib
/
V2Protocol.h
diff --git
a/Projects/AVRISP/Lib/V2Protocol.h
b/Projects/AVRISP/Lib/V2Protocol.h
index
1777e0f
..
4ea1cba
100644
(file)
--- a/
Projects/AVRISP/Lib/V2Protocol.h
+++ b/
Projects/AVRISP/Lib/V2Protocol.h
@@
-49,6
+49,7
@@
/* Preprocessor Checks: */
\r
#if ((BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1))
\r
#undef ENABLE_ISP_PROTOCOL
\r
/* Preprocessor Checks: */
\r
#if ((BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1))
\r
#undef ENABLE_ISP_PROTOCOL
\r
+ #undef ENABLE_TPI_PROTOCOL
\r
\r
#if !defined(ENABLE_PDI_PROTOCOL)
\r
#define ENABLE_PDI_PROTOCOL
\r
\r
#if !defined(ENABLE_PDI_PROTOCOL)
\r
#define ENABLE_PDI_PROTOCOL
\r