diff options
Diffstat (limited to 'Projects/MediaController/makefile')
-rw-r--r-- | Projects/MediaController/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/MediaController/makefile b/Projects/MediaController/makefile index a87c5574c..e0609ece2 100644 --- a/Projects/MediaController/makefile +++ b/Projects/MediaController/makefile @@ -17,7 +17,7 @@ F_USB = $(F_CPU) OPTIMIZATION = s TARGET = MediaController SRC = $(TARGET).c Descriptors.c $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS) -LUFA_PATH = ../../LUFA/ +LUFA_PATH = ../../LUFA CC_FLAGS = -DUSE_LUFA_CONFIG_HEADER -IConfig/ LD_FLAGS = |