diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-05 07:30:23 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-05 07:30:23 +0000 |
commit | dd2cc7eda7a74c753f132ca794666cde3f163f80 (patch) | |
tree | d65d43294191b208a8208398560f56679ce29cfd /Demos/Device/ClassDriver/Joystick/makefile | |
parent | b9b03aadb219d06fbad9d110e508db93e45461af (diff) | |
download | lufa-dd2cc7eda7a74c753f132ca794666cde3f163f80.tar.gz lufa-dd2cc7eda7a74c753f132ca794666cde3f163f80.tar.bz2 lufa-dd2cc7eda7a74c753f132ca794666cde3f163f80.zip |
Remove outdated AVRStudio project files from demos, projects, bootloaders. Fix makefiles of ClassDriver device demos.
Diffstat (limited to 'Demos/Device/ClassDriver/Joystick/makefile')
-rw-r--r-- | Demos/Device/ClassDriver/Joystick/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/Joystick/makefile b/Demos/Device/ClassDriver/Joystick/makefile index 826766c30..0c21bc493 100644 --- a/Demos/Device/ClassDriver/Joystick/makefile +++ b/Demos/Device/ClassDriver/Joystick/makefile @@ -119,7 +119,7 @@ OBJDIR = . # Path to the LUFA library
-LUFA_PATH = ../../..
+LUFA_PATH = ../../../..
# List C source files here. (C dependencies are automatically generated.)
|