Switch to task notification from semaphore #20

Merged
eeeck merged 9 commits from dev_task-notification into dev_serial-send 2026-06-16 18:23:19 +02:00
Showing only changes of commit cc3a37ba4b - Show all commits
+1 -1
View File
@@ -374,7 +374,7 @@ static void MX_USART1_UART_Init(void)
/* USER CODE END USART1_Init 1 */
huart1.Instance = USART1;
huart1.Init.BaudRate = 115200;
huart1.Init.BaudRate = 1152000;
huart1.Init.WordLength = UART_WORDLENGTH_8B;
huart1.Init.StopBits = UART_STOPBITS_1;
huart1.Init.Parity = UART_PARITY_NONE;