diff options
Diffstat (limited to 'Projects/TemperatureDataLogger/makefile')
-rw-r--r-- | Projects/TemperatureDataLogger/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/TemperatureDataLogger/makefile b/Projects/TemperatureDataLogger/makefile index f48e155b0..8fd2c2941 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
|