From 26bc1f3cfdf1aa44d08d12f0985bd214c396d315 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 23 Dec 2009 14:52:52 +0000 Subject: Correct include paths and makefile for the AVRISP project now that the protocol handlers are in seperate directories. --- Projects/AVRISP/Lib/TPI/TPIProtocol.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Projects/AVRISP/Lib/TPI/TPIProtocol.h') 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 #include #include - - #include "V2Protocol.h" + + #include + #include "TPITarget.h" #include "TINYNVM.h" -- cgit v1.2.3