Fix spacing

This commit is contained in:
2026-06-18 13:25:07 +02:00
parent 9f1e7ba267
commit 5a91a56e27
+1 -1
View File
@@ -114,7 +114,7 @@ void vUARTLogger(void *argument)
if (HAL_UART_Transmit_DMA(&huart1, (uint8_t*)tx_buffer, len) == HAL_OK) if (HAL_UART_Transmit_DMA(&huart1, (uint8_t*)tx_buffer, len) == HAL_OK)
{ {
DEBUG_PRINT("CAN frame sent via UART\r\n"); DEBUG_PRINT("CAN frame sent via UART\r\n");
} }
else else
{ {