X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/071e02c6b6b4837fa9cf0b6d4c749994e02638d7..f5d079462dd975b9e7ae3f39423a64b6516f5dbd:/Projects/TemperatureDataLogger/makefile?ds=sidebyside diff --git a/Projects/TemperatureDataLogger/makefile b/Projects/TemperatureDataLogger/makefile index c1787710a..649afaa8e 100644 --- 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