projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ensure new Benito Programmer project matches Don's established LED behaviour - flash...
[pub/USBasp.git]
/
Projects
/
Benito
/
makefile
diff --git
a/Projects/Benito/makefile
b/Projects/Benito/makefile
index
71422b6
..
a785788
100644
(file)
--- a/
Projects/Benito/makefile
+++ b/
Projects/Benito/makefile
@@
-196,7
+196,8
@@
CDEFS += -DAVR_RESET_LINE_PORT="PORTB"
CDEFS += -DAVR_RESET_LINE_DDR="DDRB"
\r
CDEFS += -DAVR_RESET_LINE_MASK="(1 << 0)"
\r
CDEFS += -DAVR_RESET_PULSE_MS=10
\r
CDEFS += -DAVR_RESET_LINE_DDR="DDRB"
\r
CDEFS += -DAVR_RESET_LINE_MASK="(1 << 0)"
\r
CDEFS += -DAVR_RESET_PULSE_MS=10
\r
-CDEFS += -DTX_RX_LED_PULSE_MS=10
\r
+CDEFS += -DTX_RX_LED_PULSE_MS=30
\r
+CDEFS += -DPING_PONG_LED_PULSE_MS=100
\r
\r
# Place -D or -U options here for ASM sources
\r
ADEFS = -DF_CPU=$(F_CPU)
\r
\r
# Place -D or -U options here for ASM sources
\r
ADEFS = -DF_CPU=$(F_CPU)
\r