Move CAN prototypes to relative include file
This commit is contained in:
@@ -9,5 +9,7 @@
|
|||||||
* @param hcan2 Pointer to the CAN2 handle
|
* @param hcan2 Pointer to the CAN2 handle
|
||||||
*/
|
*/
|
||||||
void CAN_Logger_Init(CAN_HandleTypeDef *hcan1, CAN_HandleTypeDef *hcan2);
|
void CAN_Logger_Init(CAN_HandleTypeDef *hcan1, CAN_HandleTypeDef *hcan2);
|
||||||
|
void vCAN_log(void *argument);
|
||||||
|
void vLED_HeartbeatOnCanRx(void *argument);
|
||||||
|
|
||||||
#endif /* CANLOG_H */
|
#endif /* CANLOG_H */
|
||||||
|
|||||||
@@ -94,7 +94,6 @@ static void MX_DMA_Init(void);
|
|||||||
static void MX_CAN1_Init(void);
|
static void MX_CAN1_Init(void);
|
||||||
static void MX_CAN2_Init(void);
|
static void MX_CAN2_Init(void);
|
||||||
static void MX_SDIO_SD_Init(void);
|
static void MX_SDIO_SD_Init(void);
|
||||||
void vLED_HeartbeatOnCanRx(void *argument);
|
|
||||||
|
|
||||||
/* USER CODE BEGIN PFP */
|
/* USER CODE BEGIN PFP */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user