X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/96a12cd12cb9294ba9a7ec5547af81b9c6575748..c58c53dba90fdc19d38f5e5d6957f2ede2a740f3:/Projects/TemperatureDataLogger/makefile?ds=sidebyside diff --git a/Projects/TemperatureDataLogger/makefile b/Projects/TemperatureDataLogger/makefile index 8fd2c2941..f48e155b0 100644 --- a/Projects/TemperatureDataLogger/makefile +++ b/Projects/TemperatureDataLogger/makefile @@ -193,7 +193,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 += -DDUMMY_RTC # Place -D or -U options here for ASM sources