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
/
ISP
/
ISPProtocol.h
diff --git
a/Projects/AVRISP/Lib/ISP/ISPProtocol.h
b/Projects/AVRISP/Lib/ISP/ISPProtocol.h
index
85a669a
..
caadf41
100644
(file)
--- a/
Projects/AVRISP/Lib/ISP/ISPProtocol.h
+++ b/
Projects/AVRISP/Lib/ISP/ISPProtocol.h
@@
-39,7
+39,9
@@
/* Includes: */
\r
#include <avr/io.h>
\r
\r
- #include "V2Protocol.h"
\r
+ #include <LUFA/Drivers/USB/USB.h>
\r
+
\r
+ #include "../V2Protocol.h"
\r
\r
/* Preprocessor Checks: */
\r
#if ((BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1))
\r