From fa6dd67a33cb3c6b734d91f93621f05d64695ab4 Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Sat, 14 Jan 2017 02:05:29 -0800 Subject: [PATCH] Faster programming --- avr/src/xboot/xboot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/avr/src/xboot/xboot.h b/avr/src/xboot/xboot.h index 508d331..e4705b7 100644 --- a/avr/src/xboot/xboot.h +++ b/avr/src/xboot/xboot.h @@ -36,8 +36,8 @@ #define UART_DEVICE USARTC0 // Baud rate 115200 @ 32Mhz -#define UART_BSEL_VALUE 1047 -#define UART_BSCALE_VALUE -6 +#define UART_BSEL_VALUE 150 +#define UART_BSCALE_VALUE -7 // Protocol -- 2.27.0