diff options
Diffstat (limited to 'Projects/HIDReportViewer/makefile')
-rw-r--r-- | Projects/HIDReportViewer/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/HIDReportViewer/makefile b/Projects/HIDReportViewer/makefile index 51251e59f..5b1636006 100644 --- a/Projects/HIDReportViewer/makefile +++ b/Projects/HIDReportViewer/makefile @@ -116,7 +116,7 @@ OBJDIR = . # Path to the LUFA library
-LUFA_PATH = ../../..
+LUFA_PATH = ../..
# LUFA library compile-time options and predefined tokens
|