Skip to content

Commit 6d89af0

Browse files
committed
Use LUFA as submodule
1 parent 75ba174 commit 6d89af0

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@
88
*.map
99
*.sym
1010
*.eep
11-
LUFA/

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "LUFA"]
2+
path = LUFA
3+
url = git@github.com:abcminiuser/lufa.git

LUFA

Submodule LUFA added at 1e9148d

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ F_USB = $(F_CPU)
1919
OPTIMIZATION = s
2020
TARGET = Joystick
2121
SRC = $(TARGET).c Descriptors.c image.c $(LUFA_SRC_USB)
22-
LUFA_PATH = ../LUFA/LUFA
22+
LUFA_PATH = LUFA/LUFA
2323
# Remove the -DZIG_ZAG_PRINTING below to compile with basic printing pattern (printing will take 30 m vs 25 m),
2424
# when this option is left enable, add also a -DSYNC_TO_30_FPS to save even more time (4 m). The last option is
2525
# still experimental, and sometimes breaks the pritning pattern

0 commit comments

Comments
 (0)