Added a timeout value to the TWI_StartTransmission() function, within which the addre...
[pub/USBasp.git] / Projects / TemperatureDataLogger / makefile
index 8fd2c29..f48e155 100644 (file)
@@ -193,7 +193,7 @@ CSTANDARD = -std=gnu99
 \r
 # Place -D or -U options here for C sources\r
 CDEFS  = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD) $(LUFA_OPTS)\r
-CDEFS += -DDUMMY_RTC\r
+#CDEFS += -DDUMMY_RTC\r
 \r
 \r
 # Place -D or -U options here for ASM sources\r