diff options
Diffstat (limited to 'Projects/Benito/makefile')
-rw-r--r-- | Projects/Benito/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/Benito/makefile b/Projects/Benito/makefile index c08f1557f..3e0311e89 100644 --- a/Projects/Benito/makefile +++ b/Projects/Benito/makefile @@ -128,6 +128,7 @@ LUFA_OPTS += -D AVR_RESET_LINE_MASK="(1 << 4)" LUFA_OPTS += -D AVR_RESET_PULSE_MS=10 LUFA_OPTS += -D TX_RX_LED_PULSE_MS=30 LUFA_OPTS += -D PING_PONG_LED_PULSE_MS=100 +LUFA_OPTS += -D RECEIVE_BUFFER_FLUSH_MS=20 # Create the LUFA source path variables by including the LUFA root makefile |