Blame |
Last modification |
View Log
| SVN
| RSS feed
/**
* Configuration file for the CAN.C software module.
*/
#ifndef CAN_CFG_H_
#define CAN_CFG_H_
/*-----------------------------------------------------------------------------
* Defines
*---------------------------------------------------------------------------*/
/**
* CAN controller type. Determines which CAN controller hardware is used.
*/
#define CAN_CONTROLLER_MCP2515
//#define CAN_CONTROLLER_LPC2000
//#define CAN_CONTROLLER_AT90CAN
#endif /*CAN_CFG_H_*/