mirror of
https://github.com/lcbcFoo/ReonV.git
synced 2025-04-22 12:37:06 -04:00
28 lines
402 B
C
28 lines
402 B
C
#ifndef CONFIG_CAN_ENABLE
|
|
#define CONFIG_CAN_ENABLE 0
|
|
#endif
|
|
|
|
#ifndef CONFIG_CAN_NUM
|
|
#define CONFIG_CAN_NUM 1
|
|
#endif
|
|
|
|
#ifndef CONFIG_CANIO
|
|
#define CONFIG_CANIO 0
|
|
#endif
|
|
|
|
#ifndef CONFIG_CANIRQ
|
|
#define CONFIG_CANIRQ 0
|
|
#endif
|
|
|
|
#ifndef CONFIG_CANSEPIRQ
|
|
#define CONFIG_CANSEPIRQ 0
|
|
#endif
|
|
|
|
#ifndef CONFIG_CAN_SYNCRST
|
|
#define CONFIG_CAN_SYNCRST 0
|
|
#endif
|
|
|
|
#ifndef CONFIG_CAN_FT
|
|
#define CONFIG_CAN_FT 0
|
|
#endif
|
|
|