From c0df04a619d269cce7528fb489eddefd5b17dbfc Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Wed, 17 May 2017 00:54:37 -0700 Subject: [PATCH] Fixed comment --- avr/src/boot/boot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/src/boot/boot.h b/avr/src/boot/boot.h index e4705b7..b966c1d 100644 --- a/avr/src/boot/boot.h +++ b/avr/src/boot/boot.h @@ -35,7 +35,7 @@ #define UART_PORT PORTC #define UART_DEVICE USARTC0 -// Baud rate 115200 @ 32Mhz +// Baud rate 921600 @ 32Mhz #define UART_BSEL_VALUE 150 #define UART_BSCALE_VALUE -7 -- 2.27.0