projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed broken USE_RAM_DESCRIPTORS compile time option when the FIXED_NUM_CONFIGURATION...
[pub/USBasp.git]
/
LUFA
/
Build
/
HID_EEPROM_Loader
/
makefile
diff --git
a/LUFA/Build/HID_EEPROM_Loader/makefile
b/LUFA/Build/HID_EEPROM_Loader/makefile
index
676a1cb
..
7635748
100644
(file)
--- a/
LUFA/Build/HID_EEPROM_Loader/makefile
+++ b/
LUFA/Build/HID_EEPROM_Loader/makefile
@@
-1,6
+1,6
@@
#
\r
# LUFA Library
\r
#
\r
# LUFA Library
\r
-# Copyright (C) Dean Camera, 201
2
.
\r
+# Copyright (C) Dean Camera, 201
5
.
\r
#
\r
# dean [at] fourwalledcubicle [dot] com
\r
# www.lufa-lib.org
\r
#
\r
# dean [at] fourwalledcubicle [dot] com
\r
# www.lufa-lib.org
\r
@@
-19,7
+19,7
@@
OPTIMIZATION = s
TARGET = HID_EEPROM_Loader
\r
SRC = $(TARGET).c
\r
LUFA_PATH = ../../../LUFA
\r
TARGET = HID_EEPROM_Loader
\r
SRC = $(TARGET).c
\r
LUFA_PATH = ../../../LUFA
\r
-CC_FLAGS =
\r
+CC_FLAGS =
\r
LD_FLAGS =
\r
OBJECT_FILES = InputEEData.o
\r
\r
LD_FLAGS =
\r
OBJECT_FILES = InputEEData.o
\r
\r