Move CAN prototypes to relative include file

This commit is contained in:
2026-06-08 23:19:27 +02:00
parent 13de1b6c47
commit e24f57e77f
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -9,5 +9,7 @@
* @param hcan2 Pointer to the CAN2 handle
*/
void CAN_Logger_Init(CAN_HandleTypeDef *hcan1, CAN_HandleTypeDef *hcan2);
void vCAN_log(void *argument);
void vLED_HeartbeatOnCanRx(void *argument);
#endif /* CANLOG_H */