diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-23 14:52:52 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-23 14:52:52 +0000 |
commit | 26bc1f3cfdf1aa44d08d12f0985bd214c396d315 (patch) | |
tree | bcd99455c89565f8c6bb60ebbcf0cab4fc894b1a /Projects/AVRISP/Lib/TPI/TPIProtocol.h | |
parent | 31d7194252cdde340fa874c258e257312cb3ba8f (diff) | |
download | lufa-26bc1f3cfdf1aa44d08d12f0985bd214c396d315.tar.gz lufa-26bc1f3cfdf1aa44d08d12f0985bd214c396d315.tar.bz2 lufa-26bc1f3cfdf1aa44d08d12f0985bd214c396d315.zip |
Correct include paths and makefile for the AVRISP project now that the protocol handlers are in seperate directories.
Diffstat (limited to 'Projects/AVRISP/Lib/TPI/TPIProtocol.h')
-rw-r--r-- | Projects/AVRISP/Lib/TPI/TPIProtocol.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Projects/AVRISP/Lib/TPI/TPIProtocol.h b/Projects/AVRISP/Lib/TPI/TPIProtocol.h index 2b6849c1e..11894a333 100644 --- a/Projects/AVRISP/Lib/TPI/TPIProtocol.h +++ b/Projects/AVRISP/Lib/TPI/TPIProtocol.h @@ -40,8 +40,9 @@ #include <avr/io.h>
#include <util/delay.h>
#include <stdio.h>
-
- #include "V2Protocol.h"
+ + #include <LUFA/Drivers/USB/USB.h>
+
#include "TPITarget.h"
#include "TINYNVM.h"
|