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