projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update TemperatureDataLogger and Webserver projects to the latest FATFS library version.
[pub/USBasp.git]
/
Projects
/
TemperatureDataLogger
/
makefile
diff --git
a/Projects/TemperatureDataLogger/makefile
b/Projects/TemperatureDataLogger/makefile
index
c178771
..
649afaa
100644
(file)
--- a/
Projects/TemperatureDataLogger/makefile
+++ b/
Projects/TemperatureDataLogger/makefile
@@
-194,6
+194,7
@@
CSTANDARD = -std=gnu99
# Place -D or -U options here for C sources
CDEFS = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD) $(LUFA_OPTS)
CDEFS += -DDUMMY_RTC
+CDEFS += -DLOG_WHILE_USB_CONNECTED
# Place -D or -U options here for ASM sources