From 57640a10a66a97a07b954a25e976ff0d3a5d28b0 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Thu, 19 Oct 2017 17:56:29 +0200 Subject: Got a real rom programmer, this code is still broken but I don't care --- sw/programmer/avr/usart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/programmer/avr/usart.h') 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 -#define USART_TIMEOUT 5000 +#define USART_TIMEOUT 50000 // struct usart_conf // { -- cgit v1.2.1