diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-06-05 07:30:23 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-06-05 07:30:23 +0000 |
| commit | 7252f4d54b1e539d1b486ae7c56b68bf14b812a3 (patch) | |
| tree | d65d43294191b208a8208398560f56679ce29cfd /Demos/Device/ClassDriver/GenericHID/makefile | |
| parent | c717ba06f6092bb904e0bd62e50abe1f57874bbb (diff) | |
Remove outdated AVRStudio project files from demos, projects, bootloaders. Fix makefiles of ClassDriver device demos.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@573 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/ClassDriver/GenericHID/makefile')
| -rw-r--r-- | Demos/Device/ClassDriver/GenericHID/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/GenericHID/makefile b/Demos/Device/ClassDriver/GenericHID/makefile index 5cc4b4a4..292484ae 100644 --- a/Demos/Device/ClassDriver/GenericHID/makefile +++ b/Demos/Device/ClassDriver/GenericHID/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.)
|
