projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove serial driver use from the AVRISP project now that it is no longer needed.
[pub/USBasp.git]
/
Projects
/
AVRISP
/
Lib
/
V2Protocol.h
diff --git
a/Projects/AVRISP/Lib/V2Protocol.h
b/Projects/AVRISP/Lib/V2Protocol.h
index
c7c1a73
..
db4d09f
100644
(file)
--- a/
Projects/AVRISP/Lib/V2Protocol.h
+++ b/
Projects/AVRISP/Lib/V2Protocol.h
@@
-44,8
+44,7
@@
#include "V2ProtocolConstants.h"
\r
#include "V2ProtocolParams.h"
#include "ISP/ISPProtocol.h"
\r
#include "V2ProtocolConstants.h"
\r
#include "V2ProtocolParams.h"
#include "ISP/ISPProtocol.h"
\r
- #include "PDI/PDIProtocol.h"
\r
- #include "TPI/TPIProtocol.h"
\r
+ #include "XPROG/XPROGProtocol.h"
\r
\r
/* Preprocessor Checks: */
\r
#if ((BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1))
\r
\r
/* Preprocessor Checks: */
\r
#if ((BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1))
\r