Fix typo in comment

This commit is contained in:
2026-06-16 23:07:03 +02:00
parent cbefb45099
commit 8ec62d9fcd
+1 -1
View File
@@ -29,7 +29,7 @@ extern osMessageQueueId_t xUARTQueue;
/* BEGIN format_can_message */
/**
* @brief Format CAN message for friendly reading on terminal emulators and other MCUs.
* @param arguments: buffer, sourse, message
* @param arguments: buffer, source, message
* @retval None
*/
static void format_can_message(char *buf, uint8_t source, const CanMessage_t *message)