Fix comment blocks and function descriptions

This commit is contained in:
2026-06-16 21:02:15 +02:00
parent 59274272d3
commit da1c13fcb0
2 changed files with 4 additions and 9 deletions
-5
View File
@@ -45,11 +45,6 @@ typedef struct {
} CanMessage_t;
/* USER CODE END PTD */
/**
* @brief Initializes the CAN logger modules, OS threads, queues, and hardware.
* @param hcan1 Pointer to the CAN1 handle
* @param hcan2 Pointer to the CAN2 handle
*/
void CAN_Logger_Init(CAN_HandleTypeDef *hcan1, CAN_HandleTypeDef *hcan2);
void HAL_CAN_RxFifo0MsgPendingCallback(CAN_HandleTypeDef *hcan);
void vCANLoggerListen(void *argument);