projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Stub out more of the TPI programming protocol routines in the AVRISP project.
[pub/USBasp.git]
/
Projects
/
AVRISP
/
Lib
/
V2Protocol.c
diff --git
a/Projects/AVRISP/Lib/V2Protocol.c
b/Projects/AVRISP/Lib/V2Protocol.c
index
4bd1162
..
3bfcc11
100644
(file)
--- a/
Projects/AVRISP/Lib/V2Protocol.c
+++ b/
Projects/AVRISP/Lib/V2Protocol.c
@@
-106,6
+106,9
@@
void V2Protocol_ProcessCommand(void)
PDIProtocol_XPROG_Command();
\r
break;
\r
#endif
\r
+#if defined(ENABLE_TPI_PROTOCOL)
\r
+ // TODO
\r
+#endif
\r
default:
\r
V2Protocol_UnknownCommand(V2Command);
\r
break;
\r