diff options
Diffstat (limited to '')
-rw-r--r-- | sw/programmer/avr/usart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/programmer/avr/usart.h b/sw/programmer/avr/usart.h index 1bb6607..0cf85f2 100644 --- a/sw/programmer/avr/usart.h +++ b/sw/programmer/avr/usart.h @@ -73,7 +73,7 @@ #include <avr/io.h> -#define USART_TIMEOUT 5000 +#define USART_TIMEOUT 50000 // struct usart_conf // { |