projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Correct include paths and makefile for the AVRISP project now that the protocol handl...
[pub/USBasp.git]
/
Projects
/
AVRISP
/
Lib
/
TPI
/
TPIProtocol.h
diff --git
a/Projects/AVRISP/Lib/TPI/TPIProtocol.h
b/Projects/AVRISP/Lib/TPI/TPIProtocol.h
index
2b6849c
..
11894a3
100644
(file)
--- a/
Projects/AVRISP/Lib/TPI/TPIProtocol.h
+++ b/
Projects/AVRISP/Lib/TPI/TPIProtocol.h
@@
-40,8
+40,9
@@
#include <avr/io.h>
\r
#include <util/delay.h>
\r
#include <stdio.h>
\r
-
\r
- #include "V2Protocol.h"
\r
+
+ #include <LUFA/Drivers/USB/USB.h>
\r
+
\r
#include "TPITarget.h"
\r
#include "TINYNVM.h"
\r
\r