aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TemperatureDataLogger/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-02-15 13:40:53 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-02-15 13:40:53 +0000
commit96a12cd12cb9294ba9a7ec5547af81b9c6575748 (patch)
tree5f1481fd05f27013eec55cf4169d01dccb0408e3 /Projects/TemperatureDataLogger/makefile
parent67cb070810bd3122491fb6c1c1bf921bf89bde31 (diff)
downloadlufa-96a12cd12cb9294ba9a7ec5547af81b9c6575748.tar.gz
lufa-96a12cd12cb9294ba9a7ec5547af81b9c6575748.tar.bz2
lufa-96a12cd12cb9294ba9a7ec5547af81b9c6575748.zip
Add missing TWI_Init() call to the TemperatureDataLogger project. Make DUMMY_RTC compile time option the default, so that it works correctly on the USBKEY and other Atmel boards out of the box.
Diffstat (limited to 'Projects/TemperatureDataLogger/makefile')
-rw-r--r--Projects/TemperatureDataLogger/makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Projects/TemperatureDataLogger/makefile b/Projects/TemperatureDataLogger/makefile
index 622bb1c84..8fd2c2941 100644
--- a/Projects/TemperatureDataLogger/makefile
+++ b/Projects/TemperatureDataLogger/makefile
@@ -193,12 +193,8 @@ 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 += -DAVR_RESET_LINE_PORT="PORTD"
-CDEFS += -DAVR_RESET_LINE_DDR="DDRD"
-CDEFS += -DAVR_RESET_LINE_MASK="(1 << 4)"
-CDEFS += -DAVR_RESET_PULSE_MS=10
-CDEFS += -DTX_RX_LED_PULSE_MS=30
-CDEFS += -DPING_PONG_LED_PULSE_MS=100
+CDEFS += -DDUMMY_RTC
+
# Place -D or -U options here for ASM sources
ADEFS = -DF_CPU=$(F_CPU)