cantata
test
STM32TestProject
Core
Inc
can.h
Go to the documentation of this file.
1
19
/* Define to prevent recursive inclusion -------------------------------------*/
20
#ifndef __CAN_H__
21
#define __CAN_H__
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
27
/* Includes ------------------------------------------------------------------*/
28
#include "
main.h
"
29
30
/* USER CODE BEGIN Includes */
31
32
/* USER CODE END Includes */
33
34
extern
CAN_HandleTypeDef hcan;
35
36
/* USER CODE BEGIN Private defines */
37
38
/* USER CODE END Private defines */
39
40
void
MX_CAN_Init(
void
);
41
42
/* USER CODE BEGIN Prototypes */
43
44
/* USER CODE END Prototypes */
45
46
#ifdef __cplusplus
47
}
48
#endif
49
50
#endif
/* __CAN_H__ */
51
52
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
main.h
: Header for main.c file.
Generated by
1.8.13