diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-25 13:26:34 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-25 13:26:34 +0000 |
commit | 244bba2097574fd9c4905eadac069c57796cbc28 (patch) | |
tree | 349d0aa62c469713ad4aa251d66efbd57d47301d /Projects/AVRISP/makefile | |
parent | cfe054474ffafddcbba0f6d3f46d3f02473fac96 (diff) | |
download | lufa-244bba2097574fd9c4905eadac069c57796cbc28.tar.gz lufa-244bba2097574fd9c4905eadac069c57796cbc28.tar.bz2 lufa-244bba2097574fd9c4905eadac069c57796cbc28.zip |
Make AVRISP project build again - fix incorrect preprocessor directive in V2Protocol.c, fix makefile LUFA_PATH.
Diffstat (limited to 'Projects/AVRISP/makefile')
-rw-r--r-- | Projects/AVRISP/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/AVRISP/makefile b/Projects/AVRISP/makefile index 72b1fd76c..84ca93ab6 100644 --- a/Projects/AVRISP/makefile +++ b/Projects/AVRISP/makefile @@ -119,7 +119,7 @@ OBJDIR = . # Path to the LUFA library
-LUFA_PATH = ../../../
+LUFA_PATH = ../../
# LUFA library compile-time options
|