diff options
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
|