Add thread-safe (-ish) console output

This commit is contained in:
Attila Body 2025-06-12 18:19:03 +02:00
parent 7f5ef3de8a
commit 01807f47ab
Signed by: abody
GPG key ID: BD0C6214E68FB5CF
6 changed files with 129 additions and 11 deletions

View file

@ -94,7 +94,7 @@ int main(void)
MX_DMA_Init();
MX_USART2_UART_Init();
/* USER CODE BEGIN 2 */
// app_main();
/* USER CODE END 2 */
/* Call init function for freertos objects (in cmsis_os2.c) */