projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added a timeout value to the TWI_StartTransmission() function, within which the addre...
[pub/USBasp.git]
/
Projects
/
TemperatureDataLogger
/
makefile
diff --git
a/Projects/TemperatureDataLogger/makefile
b/Projects/TemperatureDataLogger/makefile
index
8fd2c29
..
f48e155
100644
(file)
--- a/
Projects/TemperatureDataLogger/makefile
+++ b/
Projects/TemperatureDataLogger/makefile
@@
-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