17 lines
258 B
C
17 lines
258 B
C
#ifndef __CAN_DRV_CONFIG_H__
|
|
#define __CAN_DRV_CONFIG_H__
|
|
|
|
#ifndef STRICT_CAN_FD_SUPPORT
|
|
//#define STRICT_CAN_FD_SUPPORT
|
|
#endif
|
|
|
|
#ifndef CAN_API_TRUE_FUNC
|
|
#define CAN_API_TRUE_FUNC
|
|
#endif
|
|
|
|
#ifndef DRV_REF_LOCKING
|
|
#define DRV_REF_LOCKING
|
|
#endif
|
|
|
|
#endif
|