diff options
| author | Alex Evans <715855+mmalex@users.noreply.github.com> | 2024-01-27 23:31:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-27 23:31:05 +0000 |
| commit | e0f9b6b4643a5fdae742137bd2c83b5ca10a64de (patch) | |
| tree | eed51b4f185721b990f45bc40522327e66e9627b /sw/Core/Src/main.c | |
| parent | a3ec9cfbe98f7d1984806bf01e122cbad85f83da (diff) | |
| parent | fa1a6f97c99d168da67662cfd43271f5da2e90cc (diff) | |
| download | plinky-e0f9b6b4643a5fdae742137bd2c83b5ca10a64de.tar.gz | |
Merge pull request #4 from makingsoundmachines/main
Kicad files for Plinky v3; added testpoints and fixed Testjig
Diffstat (limited to 'sw/Core/Src/main.c')
| -rwxr-xr-x | sw/Core/Src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/Core/Src/main.c b/sw/Core/Src/main.c index 80b3b50..c019c3e 100755 --- a/sw/Core/Src/main.c +++ b/sw/Core/Src/main.c @@ -1200,7 +1200,7 @@ static void MX_USART3_UART_Init(void) /* USER CODE END USART3_Init 1 */ huart3.Instance = USART3; - huart3.Init.BaudRate = 115200; + huart3.Init.BaudRate = 31250; huart3.Init.WordLength = UART_WORDLENGTH_8B; huart3.Init.StopBits = UART_STOPBITS_1; huart3.Init.Parity = UART_PARITY_NONE; |
